From 997761f2fc554b6e0d7c1e4ba7d1ab44b5b3bf9e Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Mon, 19 Aug 2024 12:29:27 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20docker=E5=90=AF=E5=8A=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b7419..8cc7fb4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ### docker镜像 ```shell -docker run -d --net=host --name=easynode-server -v /root/easynode/db:/easynode/app/db chaoszhu/easynode +docker run -d --net=host --restart=always -v /root/easynode/db:/easynode/app/db chaoszhu/easynode # 容器支持使用-p 8082:8082映射端口, 但无法记录登录IP ```