🔧 Change env to yaml dict for jabber-static-website

This commit is contained in:
Stefan Haun 2022-11-07 16:46:04 +01:00
parent 5adb80503d
commit 83d1a64689

View file

@ -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: