Pin coredns to 1.11.3
There's an issue with 1.11.4, which seems to break functionality, and needs more input.
This commit is contained in:
parent
569cce616b
commit
88bf9fc54e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
coredns:
|
||||
image: coredns/coredns:latest
|
||||
image: coredns/coredns:1.11.3
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Corefile:/home/nonroot/Corefile:ro
|
||||
|
|
Loading…
Reference in a new issue