From f24cd2553df70a15b9a885faca0213ddd1d0c9f1 Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Mon, 30 Apr 2018 16:21:02 +0200 Subject: [PATCH] Amend twisted configuration It seems twisted wants to see the protocol as well, not just a bare port number. Without this we got: ``` exceptions.ValueError: Unknown endpoint type: '8010' ``` --- simple/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: