소스 검색

dont pin ipfs help files on init

Fabian Peter Hammerle 5 년 전
부모
커밋
1300656585
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [ ! -e "$IPFS_PATH/config" ]; then
-    (set -x; ipfs init --profile $IPFS_INIT_PROFILE)
+    (set -x; ipfs init --empty-repo --profile $IPFS_INIT_PROFILE)
 fi
 
 if [ "$IPFS_SWARM_ADDRS" != "default" ]; then