CrewLink-server
CrewLink-server copied to clipboard
The docker container has started successfully but is not accessible.
The docker container has started without any errors but it is not accessible and also not visible in the docker containers list.
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