Skip to content

Simple nginx docker image with custom config.

Notifications You must be signed in to change notification settings

fredpalas/docker-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx docker image

Info

Build

git clone [email protected]:fredpalas/docker-nginx.git
cd ./docker-nginx
docker build --rm -t fredpalas/nginx .

Basic usage

docker pull fredpalas/nginx
docker run --rm -d -p 80:80 -p 443:443 fredpalas/nginx

About

Simple nginx docker image with custom config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 100.0%