remove healthcheck
This commit is contained in:
parent
567dbfe3c0
commit
2b00729b69
|
@ -54,4 +54,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5053:53/tcp"
|
- "5053:53/tcp"
|
||||||
- "5053:53/udp"
|
- "5053:53/udp"
|
||||||
|
healthcheck:
|
||||||
|
test: ["NONE"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Reference in New Issue