Docker install tigase-xmpp-server

https://hub.docker.com/r/tigase/tigase-xmpp-server

docker pull tigase/tigase-xmpp-server

docker run --name tigase-server -p 8080:8080 -p 5222:5222 tigase/tigase-xmpp-server:latest

Once started, open http://localhost:8080 (from the same machine, or using http://<server_hostname>:8080), 

by default those are: 'admin-user' = 'admin' and 'admin-password' = 'tigase'.
Tagged on: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.