This commit is contained in:
Oleg Sheynin 2024-08-12 21:35:58 -04:00
parent 7c7248efd3
commit 8bfe497099
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ if [ -z ${date} ] ; then
fi fi
Cmd="docker run" Cmd="docker run"
# Cmd="${Cmd} --rm" Cmd="${Cmd} --detach"
Cmd="${Cmd} --restart=unless-stopped" Cmd="${Cmd} --restart=unless-stopped"
Cmd="${Cmd} --pull=always" Cmd="${Cmd} --pull=always"
Cmd="${Cmd} --network=host" Cmd="${Cmd} --network=host"

View File

@ -1 +1 @@
1.4.4,start md_portal with command line validation 1.4.5,start md_portal detached