Skip to content
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

The docker container has started successfully but is not accessible. #172

Open
ajay-vishnu opened this issue Feb 14, 2021 · 1 comment
Open

Comments

@ajay-vishnu
Copy link

The docker container has started without any errors but it is not accessible and also not visible in the docker containers list.
crewlink

@royblokker
Copy link

It didn't start.
Try docker ps -a to see that it exited.
Then you could look into the logs to see what is wrong (docker logs [container ID])
Probably you have to set the address, add -e ADDRESS=[server domain]
So for example:
docker run -d -p 9736:9736 -e ADDRESS=172.0.0.1 ottomated/crewlink-server:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants