1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Decrease network size of Docker default bridge (#2246)

This commit is contained in:
Stefan Agner
2022-11-25 13:24:45 +01:00
parent 1358593396
commit 340ebdab15

View File

@@ -7,5 +7,6 @@
"tag": "{{.Name}}"
},
"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"
}