diff --git a/vaultwarden/docker-compose.yml b/vaultwarden/docker-compose.yml index 10b7fa1..8f63566 100644 --- a/vaultwarden/docker-compose.yml +++ b/vaultwarden/docker-compose.yml @@ -37,7 +37,7 @@ services: ports: - "${HOST_HTTP:-4430}:80" healthcheck: - test: ["CMD", "curl", "-f", "-k", "https://localhost:80/health"] + test: ["CMD", "curl", "-f", "-k", "https://localhost:80/alive"] interval: 30s timeout: 10s retries: 3 \ No newline at end of file