summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7d5ff7a..e6f2e78 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -788,7 +788,7 @@ c["buildbotURL"] = "https://buildbot.taler.net/"
# -- formerly commented out as not packaged properly in Debian and others, see
# https://bugzilla.redhat.com/show_bug.cgi?id=1557687
c["www"] = {
- "port": 8010,
+ "port": "tcp:8010:interface=127.0.0.1",
"default_page": 'waterfall',
"plugins": {
"waterfall_view": True,