项目作者: souhaiebtar

项目描述 :
an docker nginx build with stream sts module added
高级语言: Dockerfile
项目地址: git://github.com/souhaiebtar/nginx-sts.git
创建时间: 2018-09-26T12:16:25Z
项目社区:https://github.com/souhaiebtar/nginx-sts

开源协议:MIT License

下载


dockeri.co

Alpine Nginx

Tiny web server using nginx built from source on Alpine Linux, with vozlt/nginx-module-sts buit in.

VERSION

nginx 1.15.3 with sts-module running on alpine 3.2
already test and work with alpine 3.7 but 3.2 based image is smaller by 10MB
now it run under alpine 3.15

How to run

to launch container

  1. docker run -d --name nginx-sts tsouhaieb/nginx-sts

you can also override config with:

  1. git clone https://github.com/souhaiebtar/nginx-sts
  2. cd nginx-sts
  3. docker run -d --name nginx-sts -v ${PWD}/nginx.conf:/etc/nginx/conf/nginx.conf -p 80:80 tsouhaieb/nginx-sts

Based on the work of LoicMahieu/alpine-nginx