25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Forward XMPP legacy SSL and MQTT ports

This commit is contained in:
Mickaël Rémond 2021-05-11 08:29:38 +00:00 committed by GitHub
parent 7edd9e3766
commit 5465e7ed2f

View File

@ -2,5 +2,7 @@ ejabberd:
image: ejabberd/ecs
ports:
- 5222:5222
- 5223:5223
- 5269:5269
- 5280:5280
- 1883:1883