Compare commits

...

1 Commits

Author SHA1 Message Date
oleg ff7f8c0e01 progress 2024-08-10 23:33:30 -04:00
2 changed files with 5 additions and 3 deletions
+4 -2
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}"
+1 -1
View File
@@ -1 +1 @@
1.4.3RC2,Release Candidate for md_portal docker
1.4.3,md_portal docker