27
New container install with a persistent volume, and the app cannot write to its own data directory
I moved a service into a container and mounted a directory from the host so the data survives restarts. The container starts and then fails with permission errors writing to that directory. If I make the host directory…