From 17068cdf155ba80baa98ccda4ebdf3a430084b75 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 10 Dec 2022 23:58:42 +0100 Subject: [PATCH] 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. --- buildroot-external/rootfs-overlay/etc/docker/daemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/docker/daemon.json b/buildroot-external/rootfs-overlay/etc/docker/daemon.json index 8bade3ad4..8ad658332 100644 --- a/buildroot-external/rootfs-overlay/etc/docker/daemon.json +++ b/buildroot-external/rootfs-overlay/etc/docker/daemon.json @@ -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" }