towards healthchecks for all containers
This commit is contained in:
@@ -11,3 +11,8 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/jackett:/config
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:9117/UI/Dashboard"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user