Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.46 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.46 KB

PHP 7.3 & pdo_sqlsrv

This image provides an integrated development environment for PHP with connectivity to a remote SQL Server database.

The following components are included:

Settings

CFG_INCLUDE environment varible for conf file. Default value is "/etc/opt/remi/php72/php-fpm.d/*.conf"

exmple config file: www.conf

docker run -v c:\demo:/shared -p 9000:9000 -e CFG_INCLUDE=/shared/etc/php/*.conf netyazilim/php-mssql