From 6a8e281b6684c4c39b910de3935eab63d301d88c Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 08 七月 2021 20:06:06 +0800
Subject: [PATCH] update 更新docker脚本配置

---
 docker/deploy.sh |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker/deploy.sh b/docker/deploy.sh
index bbfdaf4..69b529a 100644
--- a/docker/deploy.sh
+++ b/docker/deploy.sh
@@ -16,9 +16,9 @@
 ##鏀剧疆鎸傝浇鏂囦欢
 mount(){
 	#鎸傝浇閰嶇疆鏂囦欢
-	if test ! -f "/docker/nginx/nginx.conf" ;then
-		mkdir -p /docker/nginx
-		cp nginx/nginx.conf /docker/nginx/nginx.conf
+	if test ! -f "/docker/nginx/conf/nginx.conf" ;then
+		mkdir -p /docker/nginx/conf
+		cp nginx/nginx.conf /docker/nginx/conf/nginx.conf
 	fi
 }
 
@@ -64,13 +64,13 @@
 	base
 ;;
 "start")
-	modules
+	start
 ;;
 "stop")
-	stopmodules
+	stop
 ;;
 "stopall")
-	stop
+	stopall
 ;;
 "rm")
 	rm

--
Gitblit v1.9.3