Explorar o código

dont pin ipfs help files on init

Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
7619d3e4be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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