fix(adguardhome): Add healthcheck back
This commit is contained in:
parent
e4f248ade6
commit
d5e729c8fc
@ -17,6 +17,10 @@ services:
|
|||||||
image: adguard/adguardhome
|
image: adguard/adguardhome
|
||||||
container_name: adguardhome
|
container_name: adguardhome
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: [ "CMD", "wget", "http://127.0.0.1:3000", "-qO", "/dev/null" ]
|
||||||
|
interval: 5s
|
||||||
|
retries: 10
|
||||||
networks:
|
networks:
|
||||||
adguardhome:
|
adguardhome:
|
||||||
ipv4_address: 10.0.0.10
|
ipv4_address: 10.0.0.10
|
||||||
|
Loading…
Reference in New Issue
Block a user