health check updates

This commit is contained in:
tijsg
2025-12-07 22:23:20 +01:00
parent 85d81c7213
commit 16a2f86268

View File

@@ -374,12 +374,6 @@ services:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_NO_STARTUP_MESSAGE=true
- WATCHTOWER_LABEL_ENABLE=true
healthcheck:
interval: 1m
timeout: 10s
retries: 3
start_period: 30s
test: ["CMD-SHELL", "/watchtower --help >/dev/null 2>&1"]
restart: unless-stopped
############################