Changing SWAG port for Synapse.

This commit is contained in:
2024-12-29 12:56:58 -05:00
parent eed4dc3ac7
commit 728de4162a
+1 -1
View File
@@ -4587,7 +4587,7 @@ services:
environment:
POSTGRES_USER: synapse
POSTGRES_PASSWORD: ${SYNAPSE_POSTGRES_PASSWORD}
POSTGRES_DB: synapse
POSTGRES_INITDB_ARGS: "--encoding=UTF-8 --lc-collate=C --lc-ctype=C"
expose:
- 5432
restart: unless-stopped