Remove static port mapping.
This commit is contained in:
parent
366cb7684e
commit
5857192c60
@ -17,7 +17,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- fixturenet-eth-bootnode-geth
|
- fixturenet-eth-bootnode-geth
|
||||||
ports:
|
ports:
|
||||||
- "8545:8545"
|
- "8545"
|
||||||
|
|
||||||
fixturenet-eth-geth-2:
|
fixturenet-eth-geth-2:
|
||||||
hostname: fixturenet-eth-geth-2
|
hostname: fixturenet-eth-geth-2
|
||||||
@ -46,7 +46,7 @@ services:
|
|||||||
- fixturenet-eth-bootnode-lighthouse
|
- fixturenet-eth-bootnode-lighthouse
|
||||||
- fixturenet-eth-geth-1
|
- fixturenet-eth-geth-1
|
||||||
ports:
|
ports:
|
||||||
- "5052:8001"
|
- "8001"
|
||||||
|
|
||||||
fixturenet-eth-lighthouse-2:
|
fixturenet-eth-lighthouse-2:
|
||||||
hostname: fixturenet-eth-lighthouse-2
|
hostname: fixturenet-eth-lighthouse-2
|
||||||
|
Loading…
Reference in New Issue
Block a user