Sign inSign up

herissonsilva/debian-php70-sqlserver

By herissonsilva

Updated almost 8 years ago

Debian+7.0+SqlServer

Image
0

341

herissonsilva/debian-php70-sqlserver repository overview

Webserver with Apache/2.4.29 and PHP 7.0 on Debian Jessie

The default virtualhost has default params:

  • display_errors on
  • error_reporting 22527
  • date.timezone America/Sao_Paulo
  • max_execution_time 60
  • max_input_time 120
  • memory_limit 512
  • post_max_size 30M
  • upload_max_filesize 30M

The port 80 is expose

How to use

Using docker in command line
docker run -d -v [host_path]:/var/www/html -p [host_port]:80 herissonsilva/debian-php70-sqlserver
Using docker-compose
version: '3'
services:
  webphp:
    image: herissonsilva/debian-php70-sqlserver
    ports:
      - "[host_port]:80"
    volumes:
      - [host_path]:/var/www/html

Tag summary

Content type

Image

Digest

Size

302 MB

Last updated

almost 8 years ago

docker pull herissonsilva/debian-php70-sqlserver