Skip to content

Commit

Permalink
Update run_remote_schain
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko committed Apr 4, 2022
1 parent b37a0d0 commit 14a61ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_remote_schain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ssh -o StrictHostKeyChecking=no "$USER"@"$ENDPOINT" "docker run -d -v ~/schains/
--name schain_$PORT \
skalenetwork/schain:$VERSION \
--config /schain_data/config.json \
-d /schain_data/data_dir"
-d /schain_data/data_dir \
--aa no"

0 comments on commit 14a61ea

Please sign in to comment.