vaultwarden/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-01 10:39:07 +00:00
parent ed94e573e5
commit 755a976b6f

View File

@@ -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