mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
Use docker healthcheck for authentik
This commit is contained in:
@ -79,7 +79,7 @@ bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q fullstack)" 120
|
||||
|
||||
# Wait for authentik to be healthy, if it exists as a compose service
|
||||
if [ "$(docker-compose ps --all -q authentik)" != "" ]; then
|
||||
bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q authentik)" 90
|
||||
bash "$DIR/../wait-healthy" "$(docker-compose ps --all -q authentik)" 90 'true'
|
||||
fi
|
||||
|
||||
# Run tests
|
||||
|
Reference in New Issue
Block a user