ソースを参照

update matrix envvars

Josh Bicking 5 年 前
コミット
096f64f771
1 ファイル変更3 行追加0 行削除
  1. 3 0
      templates/web/compose/docker-compose.yaml

+ 3 - 0
templates/web/compose/docker-compose.yaml

@@ -105,6 +105,9 @@ services:
     links:
       - postgres
     environment:
+      # NOTE: These don't directly configure anything anymore.
+      #  They can be used with `migrate_config` to build
+      #  homeserver.yaml
       - SYNAPSE_SERVER_NAME=matrix.jibby.org
       - SYNAPSE_REPORT_STATS=no
       - SYNAPSE_NO_TLS=true