(post-update): Setting up an Ejabberd XMPP server with Video Calls and Multimedia support

- Add warning about the ports range
This commit is contained in:
Eduard Tolosa 2026-01-03 17:02:15 -05:00
parent a446d60915
commit 3a90e12c08

View file

@ -296,7 +296,7 @@ services:
- "5280:5280" # HTTP (admin preferably an internal bind, but published if needed)
- "5443:5443" # HTTPS (API, BOSH, upload, WS, etc.)
- "5478:5478/udp" # STUN/TURN UDP
- "49152-50000:49152-50000/udp" # TURN media relay. It can cause high memory/CPU usage because docker starts a docker-proxy process per port. Enable only if you need TURN.
- "49152-50000:49152-50000/udp" # TURN media relay. It can cause high memory/CPU usage because docker starts a docker-proxy process per port. Enable only if you need TURN, or reduce the ports range.
environment:
- EJABBERD_MACRO_HOST=jabber.edu4rdshl.dev
- REGISTER_ADMIN_PASSWORD=SuperSecretAdminPassword