From 7273e8d11776c220a8a2cea33f7db0265d12d512 Mon Sep 17 00:00:00 2001 From: ClaytonNorthey92 Date: Thu, 16 Oct 2025 12:49:04 -0400 Subject: [PATCH] updated name of mounted file to entrypoint.sh there was a mistake in the file naming of the file that needed to be mounted to op-geth-l2-forked. fix that name so the correct file gets mounted --- testnet/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnet/docker-compose.yml b/testnet/docker-compose.yml index 335054c..4c57b38 100644 --- a/testnet/docker-compose.yml +++ b/testnet/docker-compose.yml @@ -457,7 +457,7 @@ services: - "localnode" entrypoint: - "sh" - - "/tmp/entrypointl2.sh" + - "/tmp/entrypoint.sh" platform: linux/amd64 # XXX does geth need to be fully synced depends_on: @@ -475,7 +475,7 @@ services: # change this token value if you expose this service's ports for # connection from other machines - ./jwt.hex:/tmp/jwt/jwt.hex:ro - - ./entrypointl2.sh:/tmp/entrypointl2.sh + - ./entrypoint.sh:/tmp/entrypoint.sh - op-geth_data:/tmp/datadir - ./rollup.json:/tmp/rollup.json - tbc_data:/tbcdata