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