Browse Source

start node mount point

ignazio 3 years ago
parent
commit
bd2823e791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/network-tests/node-utils.sh

+ 1 - 1
tests/network-tests/node-utils.sh

@@ -132,7 +132,7 @@ function cleanup() {
 #######################################
 function start_node {
     docker-compose -f ../../docker-compose.yml run \
-		   -d -v $(pwd) --name "${JOYSTREAM_NODE_TAG}" \
+		   -d -v ${DATA_PATH}:/spec --name "${JOYSTREAM_NODE_TAG}" \
 		   -p 9944:9944 -p 9933:9933 joystream-node \
 		   --alice --validator --unsafe-ws-external --unsafe-rpc-external \
 		   --rpc-methods Unsafe --rpc-cors=all -l runtime \