ejabberd
XMPP instant messaging server.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
ejabberd:
container_name: ejabberd
image: ghcr.io/processone/ejabberd
ports:
- 5222:5222
restart: unless-stoppedResources
Website: https://www.ejabberd.im/
GitHub: https://github.com/processone/ejabberd
Docker Hub: https://hub.docker.com/r/ejabberd/ecs
Configuration: https://docs.ejabberd.im/admin/install/container/