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