Healthcheck issue #7132
Unanswered
lordlightman
asked this question in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am experiencing a weird issue with healthcheck that prevents Code Server from working properly. Whenever I'm using an expression like this as a test
Code Server does not work - Web UI is not accessible, and
healthz
endpoint reportsexpired
.But when I use
['CMD', 'curl', '-fksSL', 'http://localhost:8443/healthz']
everything works fine, Code Server starts and within 10-20 secondshealthz
reports 'alive'.Does anyone know what could be the issue? Am I doing something wrong?
Here is my full
docker-compose.yaml
:Beta Was this translation helpful? Give feedback.
All reactions