-
Notifications
You must be signed in to change notification settings - Fork 317
Consider adding a user #278
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
Comments
Since we're ghost/4/debian/docker-entrypoint.sh Lines 4 to 8 in f9e2173
|
Indeed. |
The |
I would like to use the docker image for local theme development, but my host user has not the uid / gid 1000. If we could define the user from the outside this would make things a lot easier. |
Use the |
Thanks for the response. I tried this flag before already but still dace the same issue. Binded host files / folder the permission gets set to the root user. Theonly thing that made it semi work was a custom docker image in wich I set the user bur then I get the issue that ghost can not read ceratin files anymore. (e.g casper theme) |
Per dockerfile docs, consider adding a user to the container and running as that user, instead of running as root.
The text was updated successfully, but these errors were encountered: