This commit is contained in:
Oleg Sheynin 2024-08-14 15:31:42 -04:00
parent c3218eac2e
commit 087e536bdf
3 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ Cmd="docker run"
Cmd="${Cmd} --pull=always" Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host" Cmd="${Cmd} --network=host"
Cmd="${Cmd} --name=crypto_md_day.${host}.${date}" Cmd="${Cmd} --name=crypto_md_day.${host}.${date}"
# Cmd="${Cmd} --rm" Cmd="${Cmd} --rm"
Cmd="${Cmd} ${DockerImage}" Cmd="${Cmd} ${DockerImage}"
Cmd="${Cmd} -h ${host}" Cmd="${Cmd} -h ${host}"
Cmd="${Cmd} -d ${date}" Cmd="${Cmd} -d ${date}"

View File

@ -1 +1 @@
1.4.5,start md_portal detached 1.4.6,removing containers for crypto_md_day

View File

@ -126,6 +126,5 @@ function download_file {
chmod 600 ${TargetFilePath} chmod 600 ${TargetFilePath}
ls -lh ${TargetFilePath} ls -lh ${TargetFilePath}
} }
download_file download_file