Skip to content

Commit 6b1b1db

Browse files
committed
Remove in/out peers args from docker compose
1 parent 0fb8648 commit 6b1b1db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ services:
4141
--chain raw_spec_finney.json \
4242
--rpc-external --rpc-cors all \
4343
--no-mdns \
44-
--in-peers 500 --out-peers 500 \
4544
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
4645
--sync warp
4746
@@ -59,7 +58,6 @@ services:
5958
--chain raw_spec_finney.json \
6059
--rpc-external --rpc-cors all \
6160
--no-mdns \
62-
--in-peers 500 --out-peers 500 \
6361
--bootnodes /dns/bootnode.finney.chain.opentensor.ai/tcp/30333/ws/p2p/12D3KooWRwbMb85RWnT8DSXSYMWQtuDwh4LJzndoRrTDotTR5gDC \
6462
--pruning=archive
6563
@@ -77,7 +75,6 @@ services:
7775
--chain raw_spec_testfinney.json \
7876
--rpc-external --rpc-cors all \
7977
--no-mdns \
80-
--in-peers 500 --out-peers 500 \
8178
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
8279
--sync warp
8380
--reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
@@ -97,7 +94,6 @@ services:
9794
--chain raw_spec_testfinney.json \
9895
--rpc-external --rpc-cors all \
9996
--no-mdns \
100-
--in-peers 500 --out-peers 500 \
10197
--bootnodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \
10298
--pruning=archive
10399
--reserved-nodes /dns/bootnode.test.finney.opentensor.ai/tcp/30333/p2p/12D3KooWPM4mLcKJGtyVtkggqdG84zWrd7Rij6PGQDoijh1X86Vr \

0 commit comments

Comments
 (0)