mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-24 12:28:43 +00:00
Decrease network size of Docker default bridge (#2246)
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
"tag": "{{.Name}}"
|
"tag": "{{.Name}}"
|
||||||
},
|
},
|
||||||
"data-root": "/mnt/data/docker",
|
"data-root": "/mnt/data/docker",
|
||||||
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json"
|
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json",
|
||||||
|
"bip": "172.17.232.1/23"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user