You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set my docker containers ERLANG_NODE it crashes shortly after it starts up. below is my docker setup. it doesnt appear to create any of the users specified either.
When I set my docker containers ERLANG_NODE it crashes shortly after it starts up. below is my docker setup. it doesnt appear to create any of the users specified either.
Docker-compose ejabberd: image: rroemhild/ejabberd container_name: ejabberd networks: - t1_proxy - default environment: - ERLANG_NODE=ejabberd - EJABBERD_MOD_MUC_ADMIN=true - XMPP_DOMAIN=domain - EJABBERD_ADMINS=brian@domain - EJABBERD_USERS=brian@domain:password - EJABBERD_GROUPS=all@domain - EJABBERD_GROUP_MEMBERS=@all@@domain:all@domain ports: - 5222:5222 - 5280:5280 - 5269:5269 volumes: - ${USERDIR}/docker/ejabberd/ssl:/opt/ejabberd/ssl - ${USERDIR}/docker/ejabberd/backup:/opt/ejabberd/backup - ${USERDIR}/docker/ejabberd/upload:/opt/ejabberd/upload - ${USERDIR}/docker/ejabberd/database:/opt/ejabberd/database
The text was updated successfully, but these errors were encountered: