have an instance deployed on a GCP compute instanc...
# troubleshooting
m
have an instance deployed on a GCP compute instance - was running fine, but now getting I've restarted the server docker container, but still getting the same problem. Can anyone point me to where the logs can be found? Getting
Copy code
Cannot reach server. The server may still be starting up.
h
Hey, If you run using docker
docker ps
should give you all the containers and then you can get
docker logs <server-container-id>
m
doh, thanks!