Skip to content

Commit 3353426

Browse files
committed
docker: Wait for IPFS to be up even with a config file
1 parent a73d160 commit 3353426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/start

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ run_graph_node() {
5454
then
5555
# Start with a configuration file; we don't do a check whether
5656
# postgres is up in this case, though we probably should
57+
wait_for_ipfs "$ipfs"
58+
sleep 5
5759
graph-node \
5860
--node-id "${node_id//-/_}" \
5961
--config "$GRAPH_NODE_CONFIG" \

0 commit comments

Comments
 (0)