From 22ecaea53ba2b37536f880269a7ae846d0fba3d2 Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg Date: Mon, 10 Jun 2024 16:31:26 -0600 Subject: [PATCH] fix docker-compose --- docker-compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f889cb1..e21e1cf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -317,7 +317,6 @@ services: volumes: - "config:/config" command: --conf.file /config/validation_node_config.json - entrypoint: /usr/local/bin/nitro-val scripts: build: scripts/ @@ -332,7 +331,6 @@ services: entrypoint: /usr/local/bin/nitro ports: - "127.0.0.1:9652:9652" - entrypoint: /usr/local/bin/relay command: --chain.id 412346 --node.feed.input.url ws://sequencer:9642 --node.feed.output.port 9652 tokenbridge: