cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: besu
|
||||
args:
|
||||
UPSTREAM_VERSION: 24.10.0
|
||||
UPSTREAM_VERSION: ${BESU_VERSION:-24.10.0}
|
||||
expose:
|
||||
- 8545
|
||||
- 8551
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
|
||||
|
||||
lighthouse-mainnet:
|
||||
image: sigp/lighthouse:v5.1.3-modern
|
||||
image: sigp/lighthouse:${LIGHTHOUSE_VERSION:-v5.1.3}-modern
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- chains
|
||||
|
||||
Reference in New Issue
Block a user