-
Notifications
You must be signed in to change notification settings - Fork 72
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
Container fails to start #133
Comments
How are you starting the container? |
Using docker-compose. Below config has always worked so far and isn't changed recently.
|
I'm unable to reproduce the issue with a stripped down version of your configuration:
I'm also not seeing an obvious issue with your volumes, which I suspected, because #129 needed to change the underlying UIDs, as the one used by the previous Alpine version was taken in Debian. Please check whether all the files are readable to the adminer user which has UID |
My volumes are using a custom user and group, not UID 999. But named |
Names are irrelevant, permissions are only based on the UID. The name can differ depending on the contents of |
I temporarily fixed it by changing in my docker-compose file to |
Hi , did you used nginx for this? if yes, mind to share your nginx con.f file? |
Hi Alvin, I'm not sure what your question is. But if you meant how I got Adminet behind a reverse proxy then check out https://caddyserver.com/v2. |
When setting And when not set: I think what caused it was sometime ago I accidentally did: Any idea how to fix this? |
I encountered the same problem today.
|
The text was updated successfully, but these errors were encountered: