From 6dd04838d37863e86162bf056bdee71f98dcba3f Mon Sep 17 00:00:00 2001 From: Philipp Walter Date: Sat, 23 Jul 2022 23:41:46 +0200 Subject: [PATCH] fix: synapse arg format --- apps/synapse/app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/synapse/app.yml b/apps/synapse/app.yml index e329253..3c5f8a5 100644 --- a/apps/synapse/app.yml +++ b/apps/synapse/app.yml @@ -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