From 904d23147c594ca6a25e35b42aa6bee66331e5ae Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 11 Apr 2023 10:54:02 +0200 Subject: [PATCH] add suggestion Co-authored-by: Simon L. Signed-off-by: Zoey --- Containers/apache/healthcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/apache/healthcheck.sh b/Containers/apache/healthcheck.sh index 4e8a2401..835ec4d4 100644 --- a/Containers/apache/healthcheck.sh +++ b/Containers/apache/healthcheck.sh @@ -3,4 +3,4 @@ nc -z "$NEXTCLOUD_HOST" 9000 || exit 0 nc -z localhost 8000 || exit 1 nc -z localhost "$APACHE_PORT" || exit 1 -nc -z "$NC_DOMAIN" "$APACHE_PORT" || exit 1 +nc -z "$NC_DOMAIN" 443 || exit 1