compose(drone-runner-docker): stop exposing :5000

This commit is contained in:
surtur 2022-09-28 16:50:39 +02:00
parent 0380712545
commit 789f09f249
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -21,7 +21,7 @@ services:
depends_on:
- drone-server
ports:
- 127.0.0.1:5000:5000
# - 127.0.0.1:5000:5000
- 127.0.0.1:3333:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock