Fixed IP in authelia
This commit is contained in:
parent
2d8752e694
commit
e9b1c43960
@ -200,7 +200,7 @@ echo -ne "done."
|
|||||||
}
|
}
|
||||||
start_authelia() {
|
start_authelia() {
|
||||||
# Start service with command to make sure it's up before proceeding
|
# 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
|
docker exec pdns pdnsutil add-record $DOMAIN authelia A 86400 $EXTERNALIP &> /dev/null
|
||||||
[ $? -ne 0 ] && fail "Couldn't add dns record for authelia"
|
[ $? -ne 0 ] && fail "Couldn't add dns record for authelia"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user