docker-joomla
docker-joomla copied to clipboard
Problems with permitions in container
Docker runing in Windows 10 Pro
Docker version 19.03.8, build afacb8b
docker-compose version 1.25.4, build 8d51620a
When I change the setting in the control panel, my application crashes due to an access error
This happens because the volume mounts with root privileges. When I change the setting, the permissions on the file configuration.php set on 0644 and the application cannot read it How can I solve this problem?