Skip to content

HowGood/docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This container runs nginx with a custom mimetypes file, and empty conf.d directory, which is exposed as a volume.

$ docker run --name=nginx -p 80:80 -p 443:443 howgood/nginx
$ docker run --volumes-from=nginx my-webapp ...
$ docker kill -s HUP nginx

About

A slightly customized nginx container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages