Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude authored and lutter committed Sep 8, 2022
1 parent 16675e7 commit 3c0e039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/start
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run_graph_node() {
# postgres is up in this case, though we probably should
wait_for_ipfs "$ipfs"
sleep 5
graph-node \
exec graph-node \
--node-id "$node_id" \
--config "$GRAPH_NODE_CONFIG" \
--ipfs "$ipfs" \
Expand All @@ -70,7 +70,7 @@ run_graph_node() {
wait_for "$postgres_host:$postgres_port" -t 120
sleep 5

graph-node \
exec graph-node \
--node-id "$node_id" \
--postgres-url "$postgres_url" \
--ethereum-rpc $ethereum \
Expand Down

0 comments on commit 3c0e039

Please sign in to comment.