mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Use a subnet in the same class B network for the Docker default bridge is using. This avoids conflicting with more than one class B network.
This commit is contained in:
parent
07bd5079fa
commit
970bec6ac3
@ -8,5 +8,5 @@
|
|||||||
},
|
},
|
||||||
"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"
|
"bip": "172.30.232.1/23"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user