-
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
Use Alpine Linux in examples and use default user on nginx containers #538
Conversation
We could also drop all the custom Dockerfiles and just mount the configs, but I'm not sure how this behaves with relative paths. |
The custom Dockerfiles were introduced because of problems with docker for windows and the virtual machine running docker. I don't know what's the current status on this. |
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
@J0WI i generally like the idea of switching to alpine in our examples. but i think this would break existing setups when the new docker-compose.yml is pulled, because the www-data user has a different id under alpine. |
I could revert the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are right, the user has to at least adjust the db password which makes pulling a new version impossible
I've been using (and I'm probably not the only one) the |
@gwarf in your case, you need to chown |
No description provided.