🔧 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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue