Files
omarchy/etc/docker/daemon.json
2025-11-06 10:02:32 -05:00

7 lines
145 B
JSON

{
"log-driver": "json-file",
"log-opts": { "max-size": "10m", "max-file": "5" },
"dns": ["172.17.0.1"],
"bip": "172.17.0.1/16"
}