-
Notifications
You must be signed in to change notification settings - Fork 80
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-image won't start // Database connection error #46
Comments
I am facing the same issue as well I run it on raspberry pi using the arm tag |
+1 |
Spotted this issue - could be because I'm using named volumes |
I'm getting this condition as well. Also using named volumes. |
I can also confirm. I kept getting an error with the following
I changed the Volume to a Bind Mount in the following
|
For those running into this error; This appears to be a file system permission issue. At least when working with bind mounts. Ran into the same thing on first deployment where docker (as the After running a |
Has there been any progress on this one? I enjoy using snippet-box but following this thread it appears to have a bug surrounding named docker volumes. I had been using a bind mount happily but recently tried to move to a volume and no matter what I do I can't seem to get the container to even start. If I had logs it would be helpful but the container just flat out won't start. I suspected it was a permissions issue as person above listed but no permissions seem to fix it. |
when i follow the instructions on github page and want to start snippet-box i get the following:
[2022-03-01 07:43:40.153 UTC+0] [INFO] db: Database connected [2022-03-01 07:43:40.178 UTC+0] [INFO] db: Found pending migrations. Executing... [2022-03-01 07:43:40.197 UTC+0] [ERROR] db: Database connection error
i deployed the container with docker (
docker run ...
) and docker-compose and the .yml from the repository. i sticked to the given example. error is always the same. the logs get spammed with the 3 lines given.i am running docker on ubuntu 20.04.3 x64, latest updates and upgrades, docker from official repo. can provide any logs and outputs. just ask (:
The text was updated successfully, but these errors were encountered: