Skip to content

Instantly share code, notes, and snippets.

@alexproca
Created June 8, 2015 21:30
Show Gist options
  • Save alexproca/5828bfd088767c0daa86 to your computer and use it in GitHub Desktop.
Save alexproca/5828bfd088767c0daa86 to your computer and use it in GitHub Desktop.
Docker Compose for Openfire XMPP server
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