Debian+7.0+SqlServer
341
The default virtualhost has default params:
The port 80 is expose
docker run -d -v [host_path]:/var/www/html -p [host_port]:80 herissonsilva/debian-php70-sqlserver
version: '3'
services:
webphp:
image: herissonsilva/debian-php70-sqlserver
ports:
- "[host_port]:80"
volumes:
- [host_path]:/var/www/html
Content type
Image
Digest
Size
302 MB
Last updated
almost 8 years ago
docker pull herissonsilva/debian-php70-sqlserver