/nginx-sts

an docker nginx build with stream sts module added

Primary LanguageDockerfileMIT LicenseMIT

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

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

you can also override config with:

git clone https://github.com/souhaiebtar/nginx-sts
cd nginx-sts
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