-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
[BUG] can't launch with docker compose #92
Comments
Hi, did you fill in the |
Do you have an M1 or Intel Mac? Does this problem persist when you run docker-compose command again? Can you share your .env file? |
I'm using Intel Mac. It persists.
|
Ok, you need to set After you do that if the problem still persists, can you comment out the This whole section below:
Let me know how it goes. |
not working for me,
|
Probably similar to this? Compose error "HTTP request took too long to complete" Can you restart your docker desktop program and try again? |
|
Ah, probably because the first run you didn't specify the database name so it didn't create the database. You can remove the database volume so it can recreate with docker volume rm docker_pgdata Then run the docker-compose command again |
works now, thanks! Would be better if the .env.example can be updated with default settings so that it can run without any changes, the only mandatory one should be
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
only changed UPLOAD_LOCATION in ".env", then run "docker-compose -f ./docker/docker-compose.yml up --build -V"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
macOS
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: