Skip to content

Commit e7ba6b1

Browse files
celosaurosamdark
authored andcommitted
Fixes #16761: Add volume to config.php for MSSQL tests
1 parent 97812b7 commit e7ba6b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/mssql/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
# Enable for debugging, Note: File-cache tests may be VERY slow or fail
1313
#volumes:
1414
# - ../../..:/project
15+
volumes:
16+
- ../../tests/data/config-docker.php:/project/tests/data/config.php
1517
depends_on:
1618
- mssql
1719
# Enable for debugging

0 commit comments

Comments
 (0)