소스 검색

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}