Open gschmutz opened 1 month ago
When the container volumes are mounted into a container and the container is not running as root, then there will be a missing privelege error.
The container volumes folder should be recursively changed to 777.
chmod -R 777 container-volume/
Have changed the folder privs to 777 and pushed to GitHub, but that does not seem to work
When the container volumes are mounted into a container and the container is not running as root, then there will be a missing privelege error.
The container volumes folder should be recursively changed to 777.