From e90bc0f10a9ea620b9e7bc76160996e3894f8710 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Sat, 28 Oct 2023 10:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=AE=98=E7=BD=91=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/01.使用教程/01.安装部署/03.使用docker容器化部署.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/03.使用docker容器化部署.md b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/03.使用docker容器化部署.md index a8386fa1..fd8b052c 100644 --- a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/03.使用docker容器化部署.md +++ b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/03.使用docker容器化部署.md @@ -35,7 +35,7 @@ neutrino: ## 2、部署客户端 - 命令中的服务端ip、license请自行补充 -- 若是首次使用,请仔细月度快速上手,以确定license从哪里取得 +- 若是首次使用,请仔细阅读快速上手,以确定license从哪里取得 ```shell docker run -it -d --restart=always --name npclient -e SERVER_IP=xxxx -e LICENSE_KEY=xxxx \ aoshiguchen/neutrino-proxy-client:latest