vaultwarden/docker-compose.yml aktualisiert
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${HOST_HTTP:-4430}:80"
|
- "${HOST_HTTP:-4430}:80"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "-k", "https://localhost:80/health"]
|
test: ["CMD", "curl", "-f", "-k", "https://localhost:80/alive"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
Reference in New Issue
Block a user