From 74bbb975bb29bbc1ec6c79dc3545977e113e9183 Mon Sep 17 00:00:00 2001 From: Diego Ximenes Date: Thu, 23 May 2024 18:51:54 -0300 Subject: [PATCH] Revert "enable poster's output feed" This reverts commit 138c4d1ff38b46a52ce3d2c32cfc1e1c7c50a120. --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f72973d2..ee8eb4b9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -229,12 +229,11 @@ services: ports: - "127.0.0.1:8147:8547" - "127.0.0.1:8148:8548" - - "127.0.0.1:9800:9800" volumes: - "poster-data:/home/user/.arbitrum/local/nitro" - "l1keystore:/home/user/l1keystore" - "config:/config" - command: --conf.file /config/poster_config.json --node.feed.output.enable --node.feed.output.port 9800 + command: --conf.file /config/poster_config.json depends_on: - geth - redis