diff --git a/compose.yml b/compose.yml index 49d70ea..4b05134 100644 --- a/compose.yml +++ b/compose.yml @@ -36,7 +36,7 @@ services: secrets: - admin_password healthcheck: - test: ["CMD-SHELL", 'curl -s -N --user admin:$$(cat /run/secrets/admin_password) localhost/ocs/v2.php/apps/serverinfo/api/v1/info | grep "statuscode>200<"'] + test: ["CMD-SHELL", 'curl -s -N curl -Ns localhost/status.php | grep "installed\":true"'] interval: 30s timeout: 10s retries: 10