Browse Source

Fixes #16761: Add volume to config.php for MSSQL tests

tags/2.0.16
Marcelo de Andrade 6 years ago committed by Alexander Makarov
parent
commit
e7ba6b17fc
  1. 2
      tests/mssql/docker-compose.yml

2
tests/mssql/docker-compose.yml

@ -12,6 +12,8 @@ services:
# Enable for debugging, Note: File-cache tests may be VERY slow or fail
#volumes:
# - ../../..:/project
volumes:
- ../../tests/data/config-docker.php:/project/tests/data/config.php
depends_on:
- mssql
# Enable for debugging

Loading…
Cancel
Save