Fixes #592 sqlsrv connection problem

This commit is contained in:
cytopia 2019-11-30 23:15:35 +01:00
parent e6d0a1597f
commit dc9a30ed5f
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@ major versions.
#### Fixed #### Fixed
- [#622](https://github.com/cytopia/devilbox/issues/622) Certificate Generation Settings - [#622](https://github.com/cytopia/devilbox/issues/622) Certificate Generation Settings
- [#640](https://github.com/cytopia/devilbox/issues/640) Mac OS Catalina invalidates virtual host certificates - [#640](https://github.com/cytopia/devilbox/issues/640) Mac OS Catalina invalidates virtual host certificates
- [#592](https://github.com/cytopia/devilbox/issues/592) sqlsrv connection problem
#### Added #### Added
- Added latest PHP-FPM images - Added latest PHP-FPM images

View File

@ -26,7 +26,7 @@ ACCEPT_EULA=N
### ###
### Where to retrieve the deb package ### Where to retrieve the deb package
### ###
MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/"
### ###

View File

@ -26,7 +26,7 @@ ACCEPT_EULA=N
### ###
### Where to retrieve the deb package ### Where to retrieve the deb package
### ###
MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/"
### ###

View File

@ -26,7 +26,7 @@ ACCEPT_EULA=N
### ###
### Where to retrieve the deb package ### Where to retrieve the deb package
### ###
MSODBC_URL="https://packages.microsoft.com/debian/8/prod/pool/main/m/msodbcsql17/" MSODBC_URL="https://packages.microsoft.com/debian/9/prod/pool/main/m/msodbcsql17/"
### ###