mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	use custom docker config in dockerized tests
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user