fix(adguardhome): Add healthcheck back

This commit is contained in:
Adrien Poupa 2024-01-19 00:37:25 -05:00
parent e4f248ade6
commit d5e729c8fc

View File

@ -17,6 +17,10 @@ services:
image: adguard/adguardhome
container_name: adguardhome
restart: always
healthcheck:
test: [ "CMD", "wget", "http://127.0.0.1:3000", "-qO", "/dev/null" ]
interval: 5s
retries: 10
networks:
adguardhome:
ipv4_address: 10.0.0.10