From f43ad0e0644e9a375f0cfc4bcc0f199cf1de9711 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 30 Mar 2023 10:48:55 +0200 Subject: [PATCH] pur hostname in quotes because yaml... --- rootfs/etc/confd/templates/config.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/config.yaml.tmpl b/rootfs/etc/confd/templates/config.yaml.tmpl index e398de4..cba62fd 100644 --- a/rootfs/etc/confd/templates/config.yaml.tmpl +++ b/rootfs/etc/confd/templates/config.yaml.tmpl @@ -24,7 +24,7 @@ appservice: address: http://{{getenv "HOSTNAME"}}:29318 # The hostname and port where this appservice should listen. - hostname: [::] + hostname: "[::]" port: 29318 # Database config.