-
Notifications
You must be signed in to change notification settings - Fork 157
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-compose : mongo not running #200
Comments
Hi @slfhstr There is a chance that the $PWD might be causing issues. Can you remove the $PWD and check if you see MongoDB Volumes? |
Thank you.
|
Is it significant that no ports are shown for pisignage-server when running
Also I notice that
Also volumes are only created when I add $PWD or
|
I realised that in docker-compose.yml the mongo service did not have same network assigned. |
Used the linked docker-compose.yml with additions for traefik.
App page https://pisignage.domain.tld returns 404
docker logs show :
Docker-compose.yml is :
How do I get mongo started in the container ?
The text was updated successfully, but these errors were encountered: