forked from data.coop/ansible
Publish port for nginx to forward connections to
This commit is contained in:
parent
fef1951d57
commit
4db622313d
|
@ -57,6 +57,8 @@
|
|||
restart_policy: unless-stopped
|
||||
networks:
|
||||
- name: matrix
|
||||
published_ports:
|
||||
- "8008"
|
||||
env:
|
||||
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
||||
SYNAPSE_REPORT_STATS: "False"
|
||||
|
|
Loading…
Reference in a new issue