Use same class B network for Docker as Supervisor (#2246) (#2259)

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:
Stefan Agner 2022-12-10 23:58:42 +01:00 committed by GitHub
parent 07bd5079fa
commit 970bec6ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@
},
"data-root": "/mnt/data/docker",
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json",
"bip": "172.17.232.1/23"
"bip": "172.30.232.1/23"
}