From 19a184f9fc083679f1d94f542dafc077fbd8a804 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Sep 2022 19:20:23 +0100 Subject: [PATCH] Update 'scripts/get-docker.sh' --- scripts/get-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-docker.sh b/scripts/get-docker.sh index fb827ac..3869539 100644 --- a/scripts/get-docker.sh +++ b/scripts/get-docker.sh @@ -1,2 +1,2 @@ curl -sL https://get.docker.com | sh -docker network create --subnet=172.32.0.0/16 main_subnet \ No newline at end of file +docker network create --subnet=172.30.0.0/16 main_subnet \ No newline at end of file