Access Rights Configuration in MikoPBX Docker Container

How to configure a MikoPBX Docker container with correct access rights?

For correct operation of the MikoPBX Docker container:

  1. Use launch parameters:
  • -e ID_WWW_USER=“$(id -u www)”
  • -e ID_WWW_GROUP=“$(id -g www)”
  1. Mount volumes for /cf and /storage
  2. In case of issues, check /etc/passwd inside the container
  3. 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: