Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Jun 10, 2024
1 parent 73a4583 commit 22ecaea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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:
Expand Down

0 comments on commit 22ecaea

Please sign in to comment.