explicitly specify DNS servers in Docker engine configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-11-22 17:08:30 +01:00
parent 1cdb3f168e
commit 90f86cd7d1

View File

@ -1,3 +1,7 @@
{ {
"userland-proxy": false "userland-proxy": false,
"dns": [
"192.168.69.3",
"192.168.69.18"
]
} }