Skip to content

eingress/docker-alpine-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Alpine Nginx

Alpine based Nginx with all default modules.

Run using the bundled lightweight nginx.conf…

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html eingressio/alpine-nginx

…or using a custom nginx.conf

docker run -d -p 8080:80 -v /path/to/html:/usr/local/nginx/html -v /path/to/nginx.conf:/usr/local/nginx/conf/nginx.conf eingressio/alpine-nginx

Releases

No releases published

Packages

No packages published