Browse Source

update docker/deploy.sh.

zbk 4 years ago
parent
commit
711aa763b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/deploy.sh

+ 2 - 2
docker/deploy.sh

@@ -26,12 +26,12 @@ port(){
26
 
26
 
27
 # 启动基础环境(必须)
27
 # 启动基础环境(必须)
28
 base(){
28
 base(){
29
-	docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos ruoyi-nginx
29
+	docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos
30
 }
30
 }
31
 
31
 
32
 # 启动程序模块(必须)
32
 # 启动程序模块(必须)
33
 modules(){
33
 modules(){
34
-	docker-compose up -d ruoyi-gateway ruoyi-auth ruoyi-modules-system
34
+	docker-compose up -d ruoyi-nginx ruoyi-gateway ruoyi-auth ruoyi-modules-system
35
 }
35
 }
36
 
36
 
37
 # 关闭所有环境/模块
37
 # 关闭所有环境/模块