fix image name

This commit is contained in:
2021-11-24 01:20:42 +01:00
parent 86d35936af
commit 2ba6fff1cc

View File

@@ -3,5 +3,5 @@
for i in $(seq 1 20);
do
echo $i
docker run -d -p 5800 -e "TARGET_URL=https://www.google.com" lasttest
docker run -d -p 5800 -e "TARGET_URL=https://www.google.com" tor_browser:latest
done