Skip to content

Commit b83ab58

Browse files
committed
docker: correctly unset DISABLE_BLOCK_INGESTOR (graphprotocol#4051)
1 parent 78d3d0e commit b83ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ start_index_node() {
9191

9292
start_combined_node() {
9393
# No valid reason to disable the block ingestor in this case.
94-
export DISABLE_BLOCK_INGESTOR=false
94+
unset DISABLE_BLOCK_INGESTOR
9595
run_graph_node
9696
}
9797

0 commit comments

Comments
 (0)