Skip to content

Commit a77b5e2

Browse files
author
EchoBT
committed
fix: Remove bootstrap arg - this IS the bootnode
Other validators should connect with: --bootstrap /dns4/bootnode.platform.network/tcp/9000/p2p/12D3KooWQNqDofQAivCNMdntAFPEbgwyVBUnrPBeWK2kunPgJRp2
1 parent e8de0ce commit a77b5e2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docker-compose.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ services:
2727
- DATA_DIR=/data
2828
- VALIDATOR_SECRET_KEY=${VALIDATOR_SECRET_KEY}
2929

30-
command:
31-
- validator-node
32-
- --data-dir
33-
- /data
34-
- --bootstrap-peer
35-
- /dns4/bootnode.platform.network/tcp/9000/p2p/12D3KooWEpZoR9A1fpMN4QGspuRSa9UYHYvnFda2GWkXXZyYgAkN
30+
# Note: This is the bootnode itself, no --bootstrap needed
31+
# Other validators should use: --bootstrap /dns4/bootnode.platform.network/tcp/9000/p2p/<PEER_ID>
32+
# where PEER_ID is shown in logs as "Local peer ID: ..."
3633

3734
healthcheck:
3835
test: ["CMD", "curl", "-sf", "http://localhost:8080/health"]

0 commit comments

Comments
 (0)