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包自行部署