vaultwarden/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user