chore: use custom uncommon ports 38008 and 38088 to avoid conflicts

This commit is contained in:
Kroonk
2026-05-22 12:39:34 +02:00
parent ec5a54bcae
commit 9e868bb3a2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Ports
SYNAPSE_PORT=8008
ELEMENT_PORT=8088
# Ports (Angepasst auf unübliche hohe Ports zur Konfliktvermeidung)
SYNAPSE_PORT=38008
ELEMENT_PORT=38088
# PostgreSQL Configuration
POSTGRES_DB=synapse