mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 00:14:05 +01:00
References
Notes
Warning
The container runs as low-privileged
www-datauser. So you have to adjust the permissions for the persistent database bind mount volume. A command likesudo chown -R www-data:www-data <path-to-volume-data-dir>should work. Afterwards, please restart the container.