ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
696 stars 451 forks source link

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

Open ajay-vishnu opened 3 years ago

ajay-vishnu commented 3 years ago

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

royblokker commented 3 years ago

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