Skip to content

Commit ad195fd

Browse files
committed
doc: added comment in localnet Dockerfile about fastblocks default
1 parent ceed34a commit ad195fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile-localnet

+2
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ ENV RUN_IN_DOCKER=1
6262
EXPOSE 30334 30335 9944 9945
6363

6464
ENTRYPOINT ["/scripts/localnet.sh"]
65+
# Fast blocks defaults to True, you can disable it by passing False to the docker command, e.g.:
66+
# docker run ghcr.io/opentensor/subtensor-localnet False
6567
CMD ["True"]

0 commit comments

Comments
 (0)