This commit is contained in:
Oleg Sheynin 2024-08-10 23:33:30 -04:00
parent 7c34d6e918
commit ff7f8c0e01
2 changed files with 5 additions and 3 deletions

View File

@ -11,10 +11,12 @@ if [ -z ${date} ] ; then
fi
Cmd="docker run"
Cmd="${Cmd} --rm"
# Cmd="${Cmd} --rm"
Cmd="${Cmd} --restart=unless-stopped"
Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host"
Cmd="${Cmd} --restart=unless-stopped"
Cmd="${Cmd} --name=${ImageName}"
Cmd="${Cmd} --volume /home/cvtt/prod/logs:/logs"
Cmd="${Cmd} ${DockerImage}"

View File

@ -1 +1 @@
1.4.3RC2,Release Candidate for md_portal docker
1.4.3,md_portal docker