Skip to content

Commit

Permalink
fix relay service
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Apr 19, 2024
1 parent 2d770c8 commit f82e25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ services:
image: nitro-node-dev-testnode
ports:
- "127.0.0.1:9652:9652"
entrypoint: bin/relay
command: --node.feed.output.port 9652 --node.feed.input.url ws://sequencer:9652
entrypoint: /usr/local/bin/relay
command: --chain.id 412346 --node.feed.input.url ws://sequencer:9642 --node.feed.output.port 9652

tokenbridge:
depends_on:
Expand Down

0 comments on commit f82e25c

Please sign in to comment.