Skip to content

Commit

Permalink
DNS bootnode fix to address
Browse files Browse the repository at this point in the history
This fixes the address using a DNS address instead of a regular IP4 for bootnodes using docker
  • Loading branch information
shibshib authored Jun 28, 2023
1 parent 7fe2238 commit ba56533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ services:
--rpc-external --rpc-cors all \
--ws-external --no-mdns \
--ws-max-connections 10000 --in-peers 500 --out-peers 500 \
--bootnodes /ip4/13.58.175.193/tcp/30333/p2p/12D3KooWDe7g2JbNETiKypcKT1KsCEZJbTzEHCn8hpd4PHZ6pdz5 \
--bootnodes /dns/bootnode.finney.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
--sync warp

0 comments on commit ba56533

Please sign in to comment.