Skip to content

Commit

Permalink
fix wrongfully changed entry-points
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Jun 17, 2024
1 parent a294ad3 commit 365e01e
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 @@ -311,7 +311,7 @@ services:
validation_node:
pid: host # allow debugging
image: nitro-node-dev-testnode
entrypoint: /usr/local/bin/nitro
entrypoint: /usr/local/bin/nitro-val
ports:
- "127.0.0.1:8949:8549"
volumes:
Expand All @@ -328,7 +328,7 @@ services:
relay:
pid: host
image: nitro-node-dev-testnode
entrypoint: /usr/local/bin/nitro
entrypoint: /usr/local/bin/relay
ports:
- "127.0.0.1:9652:9652"
command: --chain.id 412346 --node.feed.input.url ws://sequencer:9642 --node.feed.output.port 9652
Expand Down

0 comments on commit 365e01e

Please sign in to comment.