Explorar el Código

Merge remote-tracking branch 'origin/develop' into develop

wzq hace 5 años
padre
commit
abb5072a62
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docker-compose-beta.yml

+ 2 - 2
docker-compose-beta.yml

@@ -1,7 +1,7 @@
 version: '3'
 
 services:
-  app_community_manage_dev:
+  app_community_manage_beta:
     image: harbor.caihongxingqiu.com:9401/library/php:latest
     tty: true
     working_dir: /var/www
@@ -16,7 +16,7 @@ services:
     image: harbor.caihongxingqiu.com:9401/library/nginx:latest
     tty: true
     depends_on:
-      - app_community_manage_dev
+      - app_community_manage_beta
     ports:
       - "28218:80"
     volumes: