Skip to content
Snippets Groups Projects
Verified Commit 2150f8bc authored by Mario Oenning's avatar Mario Oenning
Browse files

fix(docker): nginx health check


nginx health check always results in "unhealthy":

There is no such option "--no-verify" for curl.
We can use "-k" or "--insecure" for disabling SSL checks.

Signed-off-by: default avatarmoson-mo <mo-son@mailbox.org>
parent ff44eb02
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
exec curl --no-verify -q https://localhost:8444
exec curl -k -q https://localhost:8444
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment