Docker Containers not shown as working, but server is online and seems to operate?

Hi all,

I was updating my own hosted server and followed the instructions at Deploying a Server - Docker Compose | Speckle Docs.

I get the following when i bring everything back up again:

Checking the running docker containers it shows the following:

Any help/advice much appreciated

Hi @jjsolly - would you be able to view the container logs for speckle-server and post them here please?

They should be viewable via Docker desktop application or by running docker container logs speckle-server-speckle-server-1 from the CLI. docker container logs | Docker Docs

Iain

Thanks Iain. Find attached
CONTAINERLOG.txt (728.3 KB)

Thank you, the server logs show it is running and appears to be healthy.

The issue is probably with the healthcheck probe, which changed a few versions ago. It is incorrectly reporting that the container is unhealthy. Please make sure the healthcheck command is up to date and matches our guide.

Hope this resolves the issue,

Iain

1 Like