Skip to content

Commit

Permalink
enable poster's output feed
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Apr 25, 2024
1 parent f82e25c commit 138c4d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,12 @@ 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
command: --conf.file /config/poster_config.json --node.feed.output.enable --node.feed.output.port 9800
depends_on:
- geth
- redis
Expand Down

0 comments on commit 138c4d1

Please sign in to comment.