Browse Source

Update config

xielin 5 years ago
parent
commit
daa3c6acd4
2 changed files with 5 additions and 5 deletions
  1. 3 3
      docker-compose-beta.yml
  2. 2 2
      docker-compose-dev.yml

+ 3 - 3
docker-compose-beta.yml

@@ -1,7 +1,7 @@
 version: '3'
 
 services:
-  app_order_manage_beta:
+  app_community_manage_dev:
     image: harbor.caihongxingqiu.com:9401/library/php:latest
     tty: true
     working_dir: /var/www
@@ -12,11 +12,11 @@ services:
     networks:
       - chxq
 
-  server_order_manage_beta:
+  server_community_manage_beta:
     image: harbor.caihongxingqiu.com:9401/library/nginx:latest
     tty: true
     depends_on:
-      - app_order_manage_beta
+      - app_community_manage_dev
     ports:
       - "28218:80"
     volumes:

+ 2 - 2
docker-compose-dev.yml

@@ -1,7 +1,7 @@
 version: '3'
 
 services:
-  app_order_manage_dev:
+  app_community_manage_dev:
     image: harbor.caihongxingqiu.com:9401/library/php:latest
     tty: true
     working_dir: /var/www
@@ -11,7 +11,7 @@ services:
     networks:
       - chxq
 
-  server_order_manage_dev:
+  server_community_manage_dev:
     image: harbor.caihongxingqiu.com:9401/library/nginx:latest
     tty: true
     depends_on: