From e8d68ce6de38c29c856c43cf18b9d9f94d8190cd Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta Date: Sun, 14 Jan 2024 14:48:46 +0530 Subject: [PATCH] doc (#34): Add subnet in docker network --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60aec58..13ecbd9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ There are two ways this stack can be deployed. Before we deploy the stack, We must create docker network first ```bash -docker network create mynetwork +docker network create --subnet 172.20.0.0/16 mynetwork +# Update CIDR range as per your IP range availability ``` **Deploy the stack with VPN**