Skip to content

Commit

Permalink
Merge pull request #49 from OffchainLabs/fix/relay_service
Browse files Browse the repository at this point in the history
Fix relay service
  • Loading branch information
tsahee authored May 23, 2024
2 parents 31c4a2c + 74bbb97 commit 7b85cfe
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 7b85cfe

Please sign in to comment.