Quellcode durchsuchen

update matrix envvars

Josh Bicking vor 5 Jahren
Ursprung
Commit
096f64f771
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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