Skip to content

Commit

Permalink
Open ports for 2nd geth instance and add missing lcli param. (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey authored Oct 4, 2023
1 parent 6fa3ca2 commit 80b0c07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/data/compose/docker-compose-fixturenet-eth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ services:
- fixturenet-eth-bootnode-geth
volumes:
- fixturenet_eth_geth_2_data:/root/ethdata
ports:
- "8545"
- "8546"

fixturenet-eth-bootnode-lighthouse:
restart: always
Expand Down
4 changes: 4 additions & 0 deletions app/data/compose/docker-compose-fixturenet-plugeth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
- fixturenet-eth-bootnode-geth
ports:
- "8545"
- "8546"
- "40000"
- "6060"

Expand All @@ -59,6 +60,9 @@ services:
- fixturenet-eth-bootnode-geth
volumes:
- fixturenet_plugeth_geth_2_data:/root/ethdata
ports:
- "8545"
- "8546"

fixturenet-eth-bootnode-lighthouse:
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ NOW=${1:-`date +%s`}

lcli \
change-genesis-time \
--testnet-dir $TESTNET_DIR \
$TESTNET_DIR/genesis.ssz \
$NOW

Expand Down

0 comments on commit 80b0c07

Please sign in to comment.