Browse Source

Change mainnet RPC Port to 8332 (#17)

https://github.com/getumbrel/umbrel/pull/17
patch-1
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
cf22fbe3af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configure-box.sh

2
configure-box.sh

@ -68,7 +68,7 @@ fi
# if neither set
if [ -z $TESTNET ] && [ -z $REGTEST ]; then
echo "Setting mainnet RPC port in docker-compose"
sed -i 's/RPCPORT/18443/g; ' docker-compose.yml
sed -i 's/RPCPORT/8332/g; ' docker-compose.yml
fi
echo "Pulling Docker images"

Loading…
Cancel
Save