docker-ejabberd icon indicating copy to clipboard operation
docker-ejabberd copied to clipboard

Set of ejabberd Docker images

Results 10 docker-ejabberd issues
Sort by recently updated
recently updated
newest added

There is no possibility to compile modules with `ejabberd_sql_pt.hrl` lib because the latest version excluded the `erlang-syntax-tools` package from the Dockerfile.

As discussed in the ejabberd chatroom [today](https://process-one.net/logs/[email protected]/2021/08/16.html#10:46:15.879455), the default erlang node name in docker should be `ejabberd@localhost`, just like in the upstream ejabberdctl script. TODO: Mention in the next ejabberd...

I built an image for arm. The image works but I want to also compile `ejabberdapi`. I thought it would be `https://github.com/processone/ejabberd-api` so I compiled it and injected it in...

Hi, First, thanks for the image :-) . After a `run` (via docker-compose), I got a zombie process "epmd". Here a part of my `ps faux` (from the host): ```...

Without ImageMagick ther is a big unsolveable Bug if I try to use captcha. MAybe it is possible to integrate it into the image. Hotfix by myself would help only...

Hello! I recently installed and set up the docker version of Ejabberd from `docker.io/ejabberd/ecs`. Here is my `docker-compose.yml` file: ```yaml services: ejabberd: image: ejabberd/ecs container_name: ejabberd restart: unless-stopped ports: -...

I'm using this docker image and trying to cluster 2 nodes that are on different servers, therefore 2 different public IPs. Just for testing, I successfully clustered 2 docker containers...

hi i tried to build ecs on my Mac i wrote `sudo ./build.sh 25.03` this is my build.sh ``` #!/bin/sh current=$(date +%y.%m) version=${1:-$current} docker build \ --build-arg VERSION=$version \ --build-arg...

hello ejabberd Dev and community. I managed to run ejabberd docker with Tailscale. I can login to admin portal page but cannot connect to the server with conversations app. here...

Hello. I stumbled upon the same issue found in ticket #10 I'm not necrobumping a closed issue but here the problem I'm facing is similar. I'm using another user (actually,...