Skip to content

Commit 52d29f8

Browse files
committed
docs: add docker network create step to validator guide
1 parent 8056f50 commit 52d29f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/validator.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ git clone https://github.com/PlatformNetwork/platform.git
2121
cd platform
2222
cp .env.example .env
2323
# Edit .env: add your VALIDATOR_SECRET_KEY (BIP39 mnemonic)
24+
25+
# Create the Docker network (required, one-time setup)
26+
docker network create platform-network
27+
28+
# Start the validator
2429
docker compose up -d
2530
```
2631

0 commit comments

Comments
 (0)