Browse Source

storage-node: compose file lowpower for ipfs daemon

Mokhtar Naamani 4 years ago
parent
commit
61d7166467
1 changed files with 1 additions and 0 deletions
  1. 1 0
      storage-node/docker-compose.yaml

+ 1 - 0
storage-node/docker-compose.yaml

@@ -11,6 +11,7 @@ services:
     command: |
       /bin/sh -c "
         set -e
+        /usr/local/bin/start_ipfs config profile apply lowpower
         /usr/local/bin/start_ipfs config --json Gateway.PublicGateways '{\"localhost\": null }'
         /sbin/tini -- /usr/local/bin/start_ipfs daemon --migrate=true
       "