fix: Change Synapse port to 8018 (8008 occupied)

This commit is contained in:
Apple
2025-11-26 11:58:07 -08:00
parent 557bfb5ee1
commit 88d89249f4

View File

@@ -18,8 +18,8 @@ services:
- ./synapse/log.config:/data/log.config:ro
- synapse_data:/data
ports:
- "8008:8008"
- "9000:9000" # Metrics
- "8018:8008"
- "9018:9000" # Metrics
networks:
- dagi-network
depends_on: