This commit is contained in:
goldsquid
2025-12-06 09:12:24 +07:00
parent dabc284553
commit 2b63352ccb
8 changed files with 16 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ services:
dockerfile: maru.Dockerfile
args:
MARU_IMAGE: ${LINEA_MAINNET_MARU_IMAGE:-consensys/maru}
MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-bcfdb43}
MARU_VERSION: ${LINEA_MAINNET_MARU_VERSION:-9737a45}
ports:
- 17622:17622
- 17622:17622/udp
@@ -125,6 +125,7 @@ services:
- IP=${IP}
- L1_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
- P2P_PORT=17622
- SEQUENCER=
entrypoint: [/bin/bash, -c]
command:
- |