From 83d1a646897def7aa718287ec29cd2eb65426a23 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Mon, 7 Nov 2022 16:46:04 +0100
Subject: [PATCH] :wrench: Change env to yaml dict for jabber-static-website

---
 host-pottwal.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index b190836..45c9764 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -158,8 +158,8 @@
         restart_policy: unless-stopped
         env:
           TZ: "{{ timezone }}"
-          SERVER_PORT=80
-          SERVER_ROOT=/public
+          SERVER_PORT: "80"
+          SERVER_ROOT: "/public"
         ports:
           - "127.0.0.1:{{ jabber_host_port }}:80"
         volumes: