-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How to switch to alpine images ? #601
Comments
alpine has different User IDs for the user Make sure that you have the most current "nginx.conf" for your alpine image, otherwise your container will not start with an error... (the first line should NOT be |
Thank you! This worked. Perhaps this should be added as documentation somewhere. |
@pera could you write down your steps and submit a pr? |
The steps are exactly the same as #601 (comment). I can submit a pr, but I don't know where this sort of documentation goes. There isn't an explicit category for this sort of thing. Maybe a new category with important breaking changes should be created where breaking is defined as anything that breaks if you do a git pull in your local install. |
The since added Migrating an existing installation section could probably hold this info under a sub-section. |
@joshtrichards |
This Issue is still open and it doesn't appear there... So yes. But there is no need to assign the issue. If you do create a PR, just link it to this issue. Thanks! |
PR #2289 |
I have been using the docker compose files satisfactorily for a while. I noticed that this commit aa5c0c1 changes the images to alpine variants and removes the www-data user from nginx.conf. I tried to pull in these changes, but got a bunch of permission errors in the nginx log, presumably due to the difference in www-data ? My questions are:
The text was updated successfully, but these errors were encountered: