doc (#34): Add subnet in docker network

This commit is contained in:
Navratan Lal Gupta 2024-01-14 14:48:46 +05:30
parent 6f27548533
commit e8d68ce6de
No known key found for this signature in database

View File

@ -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**