You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Badlop a17ada0d0e Only create cookie file if it doesn't exist
Without that change, when ERLANG_COOKIE environment is set, it complains:
 /home/ejabberd/bin/ejabberdctl: line 76:
 can't create /home/ejabberd/.erlang.cookie: Permission denied
3 years ago
ecs Only create cookie file if it doesn't exist 3 years ago
mix Update Dockerfile 4 years ago
.travis.yml 👷 Remove temp branch from CI 5 years ago
CHANGELOG.md Update use of new distillery 5 years ago
CODE_OF_CONDUCT.md Add code of conduct 6 years ago
CONTRIBUTING.md Add contribution guide 5 years ago
README.md 📝 Add Travis CI badge in README 5 years ago

README.md

Build Status

docker-ejabberd

This repository contains a set of Docker images for ejabberd.

  • ejabberd/mix: This image allows you to build develop environment for ejabberd, using all dependencies packaged from the Docker image. You do not need anything else to build ejabberd from source and write your own ejabberd plugins.
  • ejabberd/ecs: This image is suitable for running ejabberd with Docker in a simple, single-node setup.

Please read the README file in each repository for documentation for each image.