From a10d55385028d4850b2b795f533486c73fdc781d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 16 Jan 2019 19:41:00 -0800 Subject: [PATCH] fix: expose the localnet drone port --- web3.js/bin/localnet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/bin/localnet.sh b/web3.js/bin/localnet.sh index a06d1c3ba5..7dfe7c6c75 100755 --- a/web3.js/bin/localnet.sh +++ b/web3.js/bin/localnet.sh @@ -93,6 +93,7 @@ up) --rm \ --publish 8899:8899 \ --publish 8900:8900 \ + --publish 9900:9900 \ --tty \ --env RUST_LOG="$RUST_LOG" \ solanalabs/solana:"$channel"