Compare commits

...
Author SHA1 Message Date
3wordchant 37c9f1ba38 fix: SYNAPSE_SERVER_NAME → SERVER_NAME;
SYNAPSE_SERVER_NAME seems to only be used in the Docker-specific
"generate" command, which we're not using (instead templating a
`homeserver.yaml` file using Golang templating)
2026-05-25 23:31:52 -04:00
+1 -1
View File
@@ -84,7 +84,7 @@ services:
- STACK_NAME
- SYNAPSE_ADMIN_EMAIL
- SYNAPSE_REPORT_STATS=no
- SYNAPSE_SERVER_NAME=${DOMAIN}
- SERVER_NAME
- USER_IPS_MAX_AGE
- VIRTUAL_HOST=${DOMAIN}
- VIRTUAL_PORT=8008