From 5857192c607fcdb8a648a9998e20d5d28848e338 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 25 Oct 2022 00:12:27 -0500 Subject: [PATCH] Remove static port mapping. --- compose/docker-compose-fixturenet-eth.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/docker-compose-fixturenet-eth.yml b/compose/docker-compose-fixturenet-eth.yml index 849ef2b4..00377d21 100644 --- a/compose/docker-compose-fixturenet-eth.yml +++ b/compose/docker-compose-fixturenet-eth.yml @@ -17,7 +17,7 @@ services: depends_on: - fixturenet-eth-bootnode-geth ports: - - "8545:8545" + - "8545" fixturenet-eth-geth-2: hostname: fixturenet-eth-geth-2 @@ -46,7 +46,7 @@ services: - fixturenet-eth-bootnode-lighthouse - fixturenet-eth-geth-1 ports: - - "5052:8001" + - "8001" fixturenet-eth-lighthouse-2: hostname: fixturenet-eth-lighthouse-2