Skip to content

buryni/docker-lemp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-php

Use at your own risk.

Usage

docker run -d --name=nginx-php \
  -v /path/to/www/:/var/www/ \
  -p port_of_nginx:80 \
  buryni/nginx-php:latest

Details

VERSIONS

  • SO: Ubuntu Server 14.04
  • WEB-SERVER: Nginx
  • PHP:

SSH

Use docker exec to enter the docker container.

About

nginx + mysql + php5-fpm in docker container.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.7%
  • Nginx 20.3%