From e9b1c4396039a6398894244af6bd08aad1a04c06 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Aug 2024 15:40:29 +0000 Subject: [PATCH] Fixed IP in authelia --- lib/authelia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/authelia.sh b/lib/authelia.sh index 9baeaae..c857b29 100644 --- a/lib/authelia.sh +++ b/lib/authelia.sh @@ -200,7 +200,7 @@ echo -ne "done." } start_authelia() { # Start service with command to make sure it's up before proceeding - start_service "authelia" "nc -z 172.99.0.90 9091 &> /dev/null" "7" + start_service "authelia" "nc -z 172.99.0.42 9091 &> /dev/null" "7" docker exec pdns pdnsutil add-record $DOMAIN authelia A 86400 $EXTERNALIP &> /dev/null [ $? -ne 0 ] && fail "Couldn't add dns record for authelia"