This commit is contained in:
2024-08-14 15:31:42 -04:00
parent c3218eac2e
commit 087e536bdf
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Cmd="docker run"
Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host"
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
# Cmd="${Cmd} --rm"
Cmd="${Cmd} --rm"
Cmd="${Cmd} ${DockerImage}"
Cmd="${Cmd} -h ${host}"
Cmd="${Cmd} -d ${date}"