Remove static port mapping.
This commit is contained in:
parent
366cb7684e
commit
5857192c60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user