pass url by env var

This commit is contained in:
2021-11-24 00:59:44 +01:00
parent 6a7035c9ec
commit 02bf42ab99
4 changed files with 26 additions and 9 deletions

View File

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