mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +00:00
fix: synapse arg format
This commit is contained in:
parent
21f6a58fa8
commit
6dd04838d3
|
@ -31,9 +31,9 @@ containers:
|
|||
GID: "1000"
|
||||
SYNAPSE_HTTP_PORT: 8008
|
||||
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
||||
SYNAPSE_REPORT_STATS: yes
|
||||
SYNAPSE_ENABLE_REGISTRATION: yes
|
||||
SYNAPSE_NO_TLS: yes
|
||||
SYNAPSE_REPORT_STATS: "yes"
|
||||
SYNAPSE_ENABLE_REGISTRATION: "yes"
|
||||
SYNAPSE_NO_TLS: "yes"
|
||||
name: server
|
||||
data:
|
||||
- data/synapse:/data
|
||||
|
|
Loading…
Reference in New Issue
Block a user