This commit is contained in:
Oleg Sheynin 2024-07-24 13:53:26 -04:00
parent 9e90186432
commit ffd37cfdab
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
1.0.6
1.0.7

View File

@ -59,7 +59,7 @@ else
fi
Cmd="docker run"
Cmd="${Cmd} --pull"
Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host"
Cmd="${Cmd} --name=${ContainerName}"
Cmd="${Cmd} --rm"

View File

@ -11,6 +11,7 @@ if [ -z ${date} ] ; then
fi
Cmd="docker run"
Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host"
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
Cmd="${Cmd} --rm"