From b4c8ad747df44f10e564d5d8fd9accd0e7868bb0 Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Mon, 26 Jun 2017 09:39:23 -0500 Subject: [PATCH] changed web port to 8010 to match bbdocs --- simple/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simple/docker-compose.yml b/simple/docker-compose.yml index 3eb1bc1..910e8b5 100644 --- a/simple/docker-compose.yml +++ b/simple/docker-compose.yml @@ -8,14 +8,14 @@ services: - BUILDBOT_CONFIG_DIR=config - BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz - BUILDBOT_WORKER_PORT=9989 - - BUILDBOT_WEB_URL=http://localhost:8080/ - - BUILDBOT_WEB_PORT=8080 + - BUILDBOT_WEB_URL=http://localhost:8010/ + - BUILDBOT_WEB_PORT=8010 links: - db depends_on: - db ports: - - "8080:8080" + - "8010:8010" db: env_file: - db.env