Skip to content

Commit

Permalink
Merge pull request #520 from kuzdogan/staging
Browse files Browse the repository at this point in the history
Fix dockerized ipfs nodes unreachable
  • Loading branch information
chriseth authored Sep 7, 2021
2 parents 20e8492 + bf7bbab commit 0482235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ipfs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ipfs init --profile server
ipfs init
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
ipfs config --json Experimental.ShardingEnabled true

Expand Down

0 comments on commit 0482235

Please sign in to comment.