diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml index 695599c..0ae7fa8 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -9,7 +9,7 @@ services: - BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WEB_URL=http://localhost:8010/ - - BUILDBOT_WEB_PORT=8010 + - BUILDBOT_WEB_PORT=tcp:port=8010 links: - db depends_on: