Compare commits

...

1 Commits

Author SHA1 Message Date
oleg 3932cbde37 fix 2024-07-24 13:53:26 -04:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.0.6
1.0.7
+1 -1
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"
+1
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"