From 897a4bc997ef7c4c92cba97084ca5ef673b6b5ec Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 8 May 2024 21:53:38 +0000 Subject: [PATCH] Remove geth2 ports (#9) Not exposing the geth-2 ports will allow us to use `deploy init --map-ports-to-host any-same` without creating conflicts. Reviewed-on: https://git.vdb.to/cerc-io/fixturenet-eth-stacks/pulls/9 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- stack-orchestrator/compose/docker-compose-fixturenet-eth.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml index 4608a2a..bd25c52 100644 --- a/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml +++ b/stack-orchestrator/compose/docker-compose-fixturenet-eth.yml @@ -62,9 +62,6 @@ services: - fixturenet-eth-bootnode-geth volumes: - fixturenet_eth_geth_2_data:/root/ethdata - ports: - - "8545" - - "8546" fixturenet-eth-bootnode-lighthouse: restart: always