Explorar el Código

dont pin ipfs help files on init

Fabian Peter Hammerle hace 5 años
padre
commit
1300656585
Se han modificado 1 ficheros con 1 adiciones y 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