From 4a0988f8b34d3c0bf085f382eea45f6249bd0d04 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 27 Mar 2018 10:59:08 +0200 Subject: [PATCH] Add note about ejabberd uid:gid (#10) --- ecs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ecs/README.md b/ecs/README.md index 336536b..327caa7 100644 --- a/ecs/README.md +++ b/ecs/README.md @@ -106,6 +106,11 @@ Here are the volume you may want to map: - /home/ejabberd/database/: Directory containing Mnesia database. You should backup or export the content of the directory to persistent storage (host storage, local storage, any storage plugin) - /home/ejabberd/conf/: Directory containing configuration and certificates +All these files are owned by ejabberd user inside the container. Corresponding +UID:GID is 9000:9000. If you prefer bind mounts instead of docker volumes, then +you need to map this to valid UID:GID on your host to get read/write access on +mounted directories. + ## Generating ejabberd release ### Configuration