only use port 8008 for synapse

This commit is contained in:
Peter Smit
2025-02-22 11:56:49 +01:00
parent bb569d6b3b
commit c2e9283447

View File

@@ -24,7 +24,6 @@ services:
SYNAPSE_POSTGRES_DB: ${POSTGRES_DB}
ports:
- "8008:8008"
- "8448:8448"
depends_on:
- synapse_db