From d322c6f2a4c68757602b4e5d1af0806957a4792e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 27 Nov 2018 15:22:56 +0100 Subject: [PATCH] configure bind ports --- rootfs/etc/confd/templates/server.yaml.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 78fda4f..dbb894b 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -16,7 +16,9 @@ soft_file_limit: 0 listeners: - port: 8448 - bind_address: '' + bind_addresses: + - '::' + - '0.0.0.0' type: http tls: true x_forwarded: false @@ -32,7 +34,9 @@ listeners: - port: 8008 tls: false - bind_address: '' + bind_addresses: + - '::' + - '0.0.0.0' type: http x_forwarded: false