phpmyadmin / docker

Docker container for phpMyAdmin
https://hub.docker.com/_/phpmyadmin
GNU General Public License v3.0
655 stars 451 forks source link

Fix Permissions of config.secret.inc.php #432

Open obel1x opened 6 months ago

obel1x commented 6 months ago

For Docker in rootless-mode having the default umask of Docker set to 0007, the file will get created readable only to root.

Changed the ownership of that file to be readable by www-data.

Adresses #187

See details in Comment https://github.com/phpmyadmin/docker/issues/187#issuecomment-1872177089