From 48daffe844c8e4fb937ee90a6a2c6e9c8c27b1c4 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Wed, 4 Sep 2024 11:02:25 +0530 Subject: [PATCH] Add extra_hosts for l2-config-generation service --- compose/docker-compose-fixturenet-optimism.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose/docker-compose-fixturenet-optimism.yml b/compose/docker-compose-fixturenet-optimism.yml index 0115341..b2f59ab 100644 --- a/compose/docker-compose-fixturenet-optimism.yml +++ b/compose/docker-compose-fixturenet-optimism.yml @@ -49,6 +49,8 @@ services: - l2_config:/l2-config entrypoint: "bash" command: "/generate-l2-config.sh" + extra_hosts: + - "host.docker.internal:host-gateway" # Initializes and runs the L2 execution client (outputs to volume l2_geth_data) op-geth: