Unpin coredns and fix config location
This commit is contained in:
parent
9c949b1e5c
commit
daadb82756
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
coredns:
|
||||
image: coredns/coredns:1.11.3
|
||||
image: coredns/coredns:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Corefile:/home/nonroot/Corefile:ro
|
||||
- ./Corefile:/Corefile:ro
|
||||
ports:
|
||||
- "{{ private_ip }}:53053:53/udp"
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue