nginx-proxy-auto-docker/docker-healthcheck.sh
Constantin Wildförster 45b900039a add healthcheck
2020-01-25 15:22:12 +01:00

3 lines
101 B
Bash
Executable file

#!/usr/bin/env bash
PORT=${HTTPS_PORT:-443}
curl --max-time 5 -kILs --fail https://localhost:${PORT}