diff --git a/roles/docker/files/daemon.json b/roles/docker/files/daemon.json index 6761fe5..3d43468 100644 --- a/roles/docker/files/daemon.json +++ b/roles/docker/files/daemon.json @@ -1,3 +1,7 @@ { - "userland-proxy": false + "userland-proxy": false, + "dns": [ + "192.168.69.3", + "192.168.69.18" + ] } \ No newline at end of file