Skip to content

Commit 2be994d

Browse files
author
EchoBT
committed
fix: Add peer ID to bootstrap peer address
The libp2p multiaddr requires the peer ID suffix for proper connection. Without it, the node cannot verify it's connecting to the correct peer.
1 parent e64b1c6 commit 2be994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- --data-dir
3333
- /data
3434
- --bootstrap-peer
35-
- /dns4/bootnode.platform.network/tcp/9000
35+
- /dns4/bootnode.platform.network/tcp/9000/p2p/12D3KooWQRUxZ7HkALjwTNybH4efMtnjQ9sBdUjzWc6TbuXHPvzM
3636

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

0 commit comments

Comments
 (0)