remove healthcheck

This commit is contained in:
James Turland 2024-01-16 14:26:10 +00:00
parent 567dbfe3c0
commit 2b00729b69

View file

@ -54,4 +54,6 @@ services:
ports:
- "5053:53/tcp"
- "5053:53/udp"
healthcheck:
test: ["NONE"]
restart: unless-stopped