diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index 37870f6d15..570abcbd1b 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -4,7 +4,8 @@ services: php: build: .. working_dir: /project - #volumes: + volumes: + - ../tests/data/config-docker.php:/project/tests/data/config.php # Enable for debugging, enabling tests might be slow for file access (data) on host-volume #- ../tests:/project/tests # - ../framework:/project/framework