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"