浏览代码

update the typo3 volume mapping

Olivier Massot 2 年之前
父节点
当前提交
746adf9926
共有 1 个文件被更改,包括 1 次插入6 次删除
  1. 1 6
      docker-compose.yml

+ 1 - 6
docker-compose.yml

@@ -351,12 +351,7 @@ services:
           - docker.sub.opentalent.fr
           - docker.sub.customdomain.fr
     volumes:
-      - ./apps/ot_typo3/ot_admin:/var/opentalent/git/ot_typo3/ot_admin:cached
-      - ./apps/ot_typo3/ot_connect:/var/opentalent/git/ot_typo3/ot_connect:cached
-      - ./apps/ot_typo3/ot_core:/var/opentalent/git/ot_typo3/ot_core:cached
-      - ./apps/ot_typo3/ot_optimizer:/var/opentalent/git/ot_typo3/ot_optimizer:cached
-      - ./apps/ot_typo3/ot_stats:/var/opentalent/git/ot_typo3/ot_stats:cached
-      - ./apps/ot_typo3/ot_templating:/var/opentalent/git/ot_typo3/ot_templating:cached
+      - ./apps/ot_typo3:/var/opentalent/git/ot_typo3:cached
       - ./apps/ot_typo3/docker/typo3:/var/www/typo3:cached
     environment:
       - VIRTUAL_HOST=${TYPO3_VIRTUAL_HOST}