Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 576 Bytes

Docker nginx image

Docker alpine based nginx container

Alpine 3.2

Nginx 1.8.0

Usage

Image provides 3 volumes where you can mount you configuration files

/etc/nginx/certs - for mountin your SSL certificates

/etc/nginx/site-enabled - for mounting your servers configurations

/etc/nginx/conf.d - for other configs, like upstreams

docker run -d -p -v `pwd`:/etc/nginx/sites-enabled leanlabs/nginx