mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 11:56:39 +08:00
set coredns to 1.10.1 version (#2527)
This commit is contained in:
parent
fe470e92dc
commit
a775d7402f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ services:
|
||||||
|
|
||||||
coredns:
|
coredns:
|
||||||
container_name: coredns
|
container_name: coredns
|
||||||
image: coredns/coredns
|
image: coredns/coredns:1.10.1
|
||||||
command: -conf /root/dnsconfig/Corefile
|
command: -conf /root/dnsconfig/Corefile
|
||||||
env_file: ./netmaker.env
|
env_file: ./netmaker.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue