You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The docker container has started without any errors but it is not accessible and also not visible in the docker containers list.
The text was updated successfully, but these errors were encountered: