Skip to content

andreisusanu/docker-nginx-php5.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-php5.5

Docker image for NGINX and PHP5.5, started using Supervisor.

Last stable NGINX installed from official stable repository (http://ppa.launchpad.net/nginx/stable/ubuntu) Last PHP5.5 installed from Ondřej Surý's unofficial repository (http://ppa.launchpad.net/ondrej/php5/ubuntu)

Build

docker build -t andreisusanu/nginx-php5.5 .

Run

docker run \
    --name nginx-php5.5 \
    -p 80:80 \
    -v /path/to/local/www:/var/www/html \
    andreisusanu/nginx-php5.5

About

Docker image for NGINX and PHP5.5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published