Skip to content

Commit

Permalink
updated mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 30, 2019
1 parent 2fb0634 commit f613dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ services:
- APP_CONFIG_FILE=/repo/tests/project/config/test.php
volumes:
# mount this repository read-only
- ./..:/repo:ro
# mount test-project
- ./project:/repo/tests/project
- ./..:/repo:rw
# mount tests
- ./:/repo/tests
# composer cache
- ~/.composer-docker/cache:/root/.composer/cache:delegated
networks:
Expand Down

0 comments on commit f613dd2

Please sign in to comment.