Fixed IP in authelia

This commit is contained in:
root 2024-08-21 15:40:29 +00:00
parent 2d8752e694
commit e9b1c43960

View File

@ -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"