From e5716c29a37e38f7843cc8588bedb0fd8c69d540 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Mon, 12 Aug 2024 21:35:58 -0400 Subject: [PATCH] progress --- docker/md_portal/start_docker_md_portal.sh | 2 +- release_version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/md_portal/start_docker_md_portal.sh b/docker/md_portal/start_docker_md_portal.sh index 7c87ad7..04a3c2c 100755 --- a/docker/md_portal/start_docker_md_portal.sh +++ b/docker/md_portal/start_docker_md_portal.sh @@ -48,7 +48,7 @@ if [ -z ${date} ] ; then fi Cmd="docker run" -# Cmd="${Cmd} --rm" +Cmd="${Cmd} --detach" Cmd="${Cmd} --restart=unless-stopped" Cmd="${Cmd} --pull=always" Cmd="${Cmd} --network=host" diff --git a/release_version.txt b/release_version.txt index c06ec82..adac76e 100644 --- a/release_version.txt +++ b/release_version.txt @@ -1 +1 @@ -1.4.4,start md_portal with command line validation +1.4.5,start md_portal detached