From 14ba030efe02d9a6e14b0ec68cc03cefb16db379 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 29 Mar 2023 12:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0docker=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/快速使用.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/快速使用.MD b/docs/快速使用.MD index 37a4c219..386ff53e 100644 --- a/docs/快速使用.MD +++ b/docs/快速使用.MD @@ -3,8 +3,8 @@ ### 使用默认sqlite数据库 ```shell docker run -it -p 9000-9200:9000-9200/tcp -p 8888:8888 \ --d --restart=always --name neutrino \ -registry.cn-hangzhou.aliyuncs.com/asgc/aoshiguchen-docker-images:1.7 +-d --restart=always --name neutrino-proxy \ +registry.cn-hangzhou.aliyuncs.com/asgc/neutrino-proxy:1.7.1 ``` ### 指定自己的mysql数据库 @@ -28,7 +28,7 @@ neutrino: docker run -it -p 9000-9200:9000-9200/tcp -p 8888:8888 \ -v /root/neutrino-proxy/config:/root/neutrino-proxy/config \ -d --restart=always --name neutrino \ -registry.cn-hangzhou.aliyuncs.com/asgc/aoshiguchen-docker-images:1.7 +registry.cn-hangzhou.aliyuncs.com/asgc/neutrino-proxy:1.7.1 ``` ## 1.2、使用jar包自行部署