Skip to content

Commit

Permalink
fix: remove file storage defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
azf20 committed Jan 11, 2025
1 parent ad9f0d5 commit 3bcb937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ EXPOSE 8080
HEALTHCHECK --interval=12s --timeout=12s --start-period=10s CMD node dist/src/healthcheck.js

# use level datastore by default
ENV FILE_DATASTORE_PATH=/data/ipfs/datastore
# ENV FILE_DATASTORE_PATH=/data/ipfs/datastore

# use filesystem blockstore by default
ENV FILE_BLOCKSTORE_PATH=/data/ipfs/blockstore
# ENV FILE_BLOCKSTORE_PATH=/data/ipfs/blockstore

# enable metrics by default
ENV METRICS=true
Expand Down

0 comments on commit 3bcb937

Please sign in to comment.