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