towards healthchecks for all containers
This commit is contained in:
@@ -18,3 +18,8 @@ services:
|
||||
- /opt/dns-ad-blocker/run:/etc/services.d/dnsmasq/run
|
||||
- /opt/dns-ad-blocker/var/log:/var/log
|
||||
- /opt/dns-ad-blocker/dnsmasq.hosts:/etc/dnsmasq.hosts
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user