-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker container exits : file permissions #86
Comments
the container service is run as user nginx(100:101) and if docker created your data dir on start it will most like be owned by root unless using rootless docker. run chown on the data dir: then restart the container |
Thank you. docker logs show :
But accessing via the app URL returns docker-compose.yml is :
If you have any thoughts on this, I'd be grateful. |
OK, after some tinkering, I now have the container starting and the site loads a page (not tested further yet).
And in
I guess this can be closed after you have reviewed unless you have any comments. |
Using docker-compose and these volume settings :
On start, the container exits and the logs show :
even though
SKIP_FILEPERMISSIONS=true
The text was updated successfully, but these errors were encountered: