瀏覽代碼

update config

xielin 5 年之前
父節點
當前提交
2ede27785a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: