From ffdac823141a248af2bf2c207d9e7d1e77a44ba8 Mon Sep 17 00:00:00 2001 From: wangjx <1609724385@qq.com> Date: Wed, 23 Jun 2021 22:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=AB=AF=E5=8F=A3=E6=98=A0?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sentinel_dashboard_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel_dashboard_run.sh b/sentinel_dashboard_run.sh index a6a95bf2..b3c613da 100644 --- a/sentinel_dashboard_run.sh +++ b/sentinel_dashboard_run.sh @@ -22,7 +22,7 @@ else docker rmi -f $(docker images | grep 139.224.254.18:5000/sentinel_dashboard | awk '{print $3}') docker pull 139.224.254.18:5000/sentinel_dashboard:$version - docker run -v /home/data/sentineldashboard/log:/var/log/sentineldashboard -e active=test --restart=always -d --network host --name sentinel_dashboard 139.224.254.18:5000/sentinel_dashboard:$version + docker run -p 9000:7777 -v /home/data/sentineldashboard/log:/var/log/sentineldashboard -e active=test --restart=always -d --network host --name sentinel_dashboard 139.224.254.18:5000/sentinel_dashboard:$version #删除产生的None镜像 docker rmi -f $(docker images | grep none | awk '{print $3}')