mirror of
https://github.com/edu4rdshl/edu4rdshl.github.io.git
synced 2026-07-17 23:24:49 +00:00
(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:
parent
a446d60915
commit
3a90e12c08
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ services:
|
||||||
- "5280:5280" # HTTP (admin – preferably an internal bind, but published if needed)
|
- "5280:5280" # HTTP (admin – preferably an internal bind, but published if needed)
|
||||||
- "5443:5443" # HTTPS (API, BOSH, upload, WS, etc.)
|
- "5443:5443" # HTTPS (API, BOSH, upload, WS, etc.)
|
||||||
- "5478:5478/udp" # STUN/TURN UDP
|
- "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:
|
environment:
|
||||||
- EJABBERD_MACRO_HOST=jabber.edu4rdshl.dev
|
- EJABBERD_MACRO_HOST=jabber.edu4rdshl.dev
|
||||||
- REGISTER_ADMIN_PASSWORD=SuperSecretAdminPassword
|
- REGISTER_ADMIN_PASSWORD=SuperSecretAdminPassword
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue