Created
June 8, 2015 21:30
-
-
Save alexproca/5828bfd088767c0daa86 to your computer and use it in GitHub Desktop.
Docker Compose for Openfire XMPP server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xmpp: | |
image: sameersbn/openfire:latest | |
restart: always | |
hostname: xmpp.alexproca.ro | |
ports: | |
- "80:9090" | |
- "5222:5222" | |
- "5223:5223" | |
- "7777:7777" | |
- "7070:7070" | |
- "7443:7443" | |
- "5229:5229" | |
- "5269:5269" | |
volumes: | |
- "/opt/xmpp:/data" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment