Skip to content

Commit

Permalink
Fix cannot take screenshot caused by issue openstf/stf#548
Browse files Browse the repository at this point in the history
  • Loading branch information
shane51 committed Dec 8, 2017
1 parent 54e5261 commit 38afafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_stf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ check_return_code

echo "start docker container: storage-temp-3500"
docker rm -f storage-temp-3500
docker run -d --name storage-temp-3500 -v /mnt/storage:/data -p 3500:3000 --dns ${DNS_ADDRESS} openstf/stf stf storage-temp --port 3000 --save-dir /data
docker run -d --name storage-temp-3500 -v /mnt/storage:/data -p 3500:3000 --dns ${DNS_ADDRESS} openstf/stf stf storage-temp --port 3000 --save-dir /home/stf
check_return_code

# tri-proxy
Expand Down

0 comments on commit 38afafd

Please sign in to comment.