Skip to content

Commit

Permalink
Fix url error (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
LowEntropyBody committed Nov 4, 2020
1 parent a71da80 commit fffc534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/config-gen/ipfs-config.gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function genIpfsComposeConfig(config) {
'/opt/crust/data/ipfs:/data/ipfs'
],
entrypoint: '/sbin/tini --',
command: '/bin/sh -c "if [ ! -e \'/data/ipfs/config\' ]; then ipfs init; ipfs config Addresses.Gateway /ip4/127.0.0.1/tcp/37773; fi && /usr/local/bin/start_ipfs daemon --migrate=true"',
command: '/bin/sh -c "/usr/local/bin/start_ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/37773 && /usr/local/bin/start_ipfs daemon --migrate=true"',
}
}

Expand Down

0 comments on commit fffc534

Please sign in to comment.