Skip to content

Commit

Permalink
Merge pull request #6 from shane51/master
Browse files Browse the repository at this point in the history
Fix cannot take screenshot caused  by issue https://github.com/openst…
  • Loading branch information
thinkhy authored Jun 28, 2020
2 parents 54e5261 + 38afafd commit 78cc818
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 78cc818

Please sign in to comment.