We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754fbb8 commit 3f9a21dCopy full SHA for 3f9a21d
scripts/ipfs-reconnect-westend.sh
@@ -6,7 +6,8 @@ THIS_DIR=$(cd $(dirname $0); pwd)
6
mode="${1:-local}"
7
if [ "$mode" = "docker" ]; then
8
check_cmd="docker exec ipfs-node ipfs"
9
- check_host="172.17.0.1"
+ # TODO: what is right? ipfs-reconnect uses 127.0.0.1
10
+ check_host="127.0.0.1"
11
else
12
check_cmd="${THIS_DIR}/../kubo/ipfs"
13
check_host="127.0.0.1"
0 commit comments