Ensure coredns proxy restarts on boot
This commit is contained in:
parent
545959d19c
commit
6d3180a332
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ version: "2.3"
|
||||||
services:
|
services:
|
||||||
coredns:
|
coredns:
|
||||||
image: coredns/coredns:latest
|
image: coredns/coredns:latest
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./Corefile:/home/nonroot/Corefile:ro
|
- ./Corefile:/home/nonroot/Corefile:ro
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue