This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-server/roles/docker/files/daemon.json
Simon Bruder 739ed76620
Revert "docker: Enable IPv6 (with NAT)"
This reverts commit 3b25d7e0a9.

It somehow removes the default route.
2020-04-17 14:16:04 +00:00

8 lines
85 B
JSON

{
"log-driver": "journald",
"dns": [
"46.182.19.48",
"74.82.42.42"
]
}