From c1f09dbe302df1c131fb8d8fc402526c84ad04f4 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Sat, 2 Aug 2025 13:12:08 +0530 Subject: [PATCH] Update network creation --- network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/network.sh b/network.sh index 0b4f623..bc17d3a 100644 --- a/network.sh +++ b/network.sh @@ -1,2 +1,3 @@ docker network create --subnet=172.20.0.0/16 --gateway=172.20.0.1 frontend +docker network create --subnet=172.25.0.0/16 --gateway=172.25.0.1 internal docker network create --subnet=172.30.0.0/16 --gateway=172.30.0.1 backend \ No newline at end of file