fix: synapse arg format

This commit is contained in:
Philipp Walter 2022-07-23 23:41:46 +02:00
parent 21f6a58fa8
commit 6dd04838d3

View File

@ -31,9 +31,9 @@ containers:
GID: "1000" GID: "1000"
SYNAPSE_HTTP_PORT: 8008 SYNAPSE_HTTP_PORT: 8008
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE} SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
SYNAPSE_REPORT_STATS: yes SYNAPSE_REPORT_STATS: "yes"
SYNAPSE_ENABLE_REGISTRATION: yes SYNAPSE_ENABLE_REGISTRATION: "yes"
SYNAPSE_NO_TLS: yes SYNAPSE_NO_TLS: "yes"
name: server name: server
data: data:
- data/synapse:/data - data/synapse:/data