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
1 changed files with 2 additions and 0 deletions

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"