Healthcheck #4015
techieferret
started this conversation in
General
Healthcheck
#4015
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the docker healthcheck... It doesn't work. docker: invalid reference format.
I tried setting the first and last " to ' and still didn't work. Just saying the docs have errors and I don't know how to fix that.
docker run --health-cmd="wget --no-verbose --spider --no-check-certificate --header "Accept: text/plain" https://localhost:8091/health || exit 1" --health-start-period=30s
Beta Was this translation helpful? Give feedback.
All reactions