From 755a976b6f2ed994703fdf30fb1ad2783ddc4404 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Wed, 1 Apr 2026 10:39:07 +0000 Subject: [PATCH] vaultwarden/docker-compose.yml aktualisiert --- vaultwarden/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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