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'
```
This commit is contained in:
Mate Lakat 2018-04-30 16:21:02 +02:00
parent 69fc1f3da7
commit f24cd2553d

View File

@ -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: