🔧 Change env to yaml dict for jabber-static-website
This commit is contained in:
parent
5adb80503d
commit
83d1a64689
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
SERVER_PORT=80
|
SERVER_PORT: "80"
|
||||||
SERVER_ROOT=/public
|
SERVER_ROOT: "/public"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ jabber_host_port }}:80"
|
- "127.0.0.1:{{ jabber_host_port }}:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue