From 95ab5f7df05e0cad667d9243aa061f7f6a167d16 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 15 Feb 2019 11:39:53 +0100 Subject: [PATCH] listen on all interfaces --- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 117cdbe..362a71e 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -156,7 +156,7 @@ listeners: # - port: 8008 tls: false - bind_addresses: ['::1', '127.0.0.1'] + bind_addresses: ['::', '0.0.0.0'] type: http x_forwarded: true