Skip to content

Commit

Permalink
Revert "enable poster's output feed"
Browse files Browse the repository at this point in the history
This reverts commit 138c4d1.
  • Loading branch information
diegoximenes committed May 23, 2024
1 parent 138c4d1 commit 74bbb97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74bbb97

Please sign in to comment.