Publish port for nginx to forward connections to

This commit is contained in:
Jesper Hess 2019-03-05 09:04:47 +01:00
parent fef1951d57
commit 4db622313d
Signed by untrusted user: graffen
GPG key ID: 351A89E40D763F0F

View file

@ -57,6 +57,8 @@
restart_policy: unless-stopped
networks:
- name: matrix
published_ports:
- "8008"
env:
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
SYNAPSE_REPORT_STATS: "False"