Browse Source

dont pin ipfs help files on init

Fabian Peter Hammerle 5 years ago
parent
commit
1300656585
1 changed files with 1 additions and 1 deletions
  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