Fast and robust XMPP server by Erlang Solutions
2.0K
Image is working but may have some inconvenient settings or effects.
Read the news and see if it is ready.
Fast and robust XMPP server by Erlang Solutions in a docker container.
docker run -d --name srv-xmpp \
-p 5222:5222 \
-p 5280:5280 \
-p 5269:5269 \
mkodockx/docker-mongoose
Add a domain to bind the server to via setting the 'TARGET_HOST' environment variable.
docker run -d --name srv-xmpp \
-e 'TARGET_HOST=mydomain.com' \
-p 5222:5222 \
-p 5280:5280 \
-p 5269:5269 \
mkodockx/docker-mongoose
Add a list of domains to bind the server to via setting the 'TARGET_HOST' environment variable.
docker run -d --name srv-xmpp \
-e 'TARGET_HOST=mydomain.com, otherdomainihave.org' \
-p 5222:5222 \
-p 5280:5280 \
-p 5269:5269 \
mkodockx/docker-mongoose
Image is just for easy setting up of XMPP servers, with high performance, decent amount of stability and optional in depth configuration later.
The repository can be found at
Content type
Image
Digest
sha256:ef468e2e9…
Size
104.6 MB
Last updated
almost 11 years ago
docker pull mkodockx/docker-mongoose