Parcourir la source

update config

xielin il y a 5 ans
Parent
commit
2ede27785a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: