Skip to content

netmanuy/docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the image

docker build -t php-nginx .

Run the image

docker run -d -p 80:80 php-nginx

Now you can test your image using: http://localhost/test.php

About

Simple Dockerfile with Nginx & PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published