From 0fb26bf319abb633e7b20f973dcbee7d60919df1 Mon Sep 17 00:00:00 2001 From: liyuze <96947168+yigubigu522@users.noreply.github.com> Date: Fri, 12 May 2023 20:39:08 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 项目部署文档.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/项目部署文档.md b/项目部署文档.md index d94ae46..7e54b23 100644 --- a/项目部署文档.md +++ b/项目部署文档.md @@ -432,7 +432,7 @@ docker run --name aurora-springboot-0.0.1.jar -d -p 8080:8080 aurora-springboot 3. 启动nginx ```shell - docker run --name nginx --restart=always -p 80:80 -d -v /usr/local/nginx/nginx.conf:/etc/nginx/nginx.conf -v /usr/local/vue:/usr/local/vue nginx + docker run --name nginx --restart=always -p 80:80 -d -v /usr/local/nginx/nginx.conf:/etc/nginx/nginx.conf -v /usr/local/aurora-vue:/usr/local/aurora-vue nginx ``` ### 方式2: https