modules/ipfs: use --migrate
This commit is contained in:
parent
f5911e7a11
commit
13171b7657
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ in
|
||||||
dataDir = "/srv/storage/ipfs/repo";
|
dataDir = "/srv/storage/ipfs/repo";
|
||||||
localDiscovery = false;
|
localDiscovery = false;
|
||||||
|
|
||||||
|
extraFlags = [ "--migrate" ];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
Bootstrap = [
|
Bootstrap = [
|
||||||
"/ip4/168.235.67.108/tcp/4001/p2p/QmRMA5pWXtfuW1y5w2t9gYxrDDD6bPRLKdWAYnHTeCxZMm"
|
"/ip4/168.235.67.108/tcp/4001/p2p/QmRMA5pWXtfuW1y5w2t9gYxrDDD6bPRLKdWAYnHTeCxZMm"
|
||||||
|
|
Loading…
Reference in a new issue