sp-containers/files/common/healthcheck/check-nginx.sh

5 lines
89 B
Bash
Raw Normal View History

2023-06-05 15:24:42 +02:00
#!/bin/sh
set -eu
wget --quiet --tries=1 --spider 127.0.0.1:8090/healthcheck || exit 1;