Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Jun 11, 2020
1 parent 258ad44 commit f3b483b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
###############################################################################

_USE_DEBUG=0
_SKALED_IMAGE="skalenetwork/schain:develop-latest"
_SKALED_IMAGE="skalenetwork/schain:1.46-develop.17"
_DATA_DIR="./data_dir"

###############################################################################
Expand Down Expand Up @@ -340,10 +340,11 @@ _main() {
fi

_options="${_options} --config /data_dir/config.json -d /data_dir"
_options="${_options} --ipcpath /data_dir -v 3 --web3-trace --enable-debug-behavior-apis --aa no"

docker pull ${_SKALED_IMAGE}

docker run -v `pwd`/${_DATA_DIR}:/data_dir ${_args_arr} -e OPTIONS="${_options}" --stop-timeout 40 -i -t ${_SKALED_IMAGE}
docker run -v `pwd`/${_DATA_DIR}:/data_dir ${_args_arr} -e DATA_DIR=/data_dir -e OPTIONS="${_options}" --stop-timeout 40 -i -t ${_SKALED_IMAGE}

}

Expand Down

0 comments on commit f3b483b

Please sign in to comment.