How to configure a MikoPBX Docker container with correct access rights?
For correct operation of the MikoPBX Docker container:
- Use launch parameters:
- -e ID_WWW_USER=“$(id -u www)”
- -e ID_WWW_GROUP=“$(id -g www)”
- Mount volumes for /cf and /storage
- In case of issues, check /etc/passwd inside the container
- If necessary, correct rights with the chown command
Launch example:
docker run --name mikopbx -p 80:80 -v /path/cf:/cf -v /path/storage:/storage -e SSH_PORT=23 -it -d --restart always Package mikopbx-x86-64 · GitHub
Visit our group for more information: