tmms/nginx
Name | From | Base OS | Annotations |
---|---|---|---|
tmms/nginx:1.21 | nginx:1.21-alpine | Alpine Linux | |
tmms/nginx:1.22.1 | centos:7 | RedHat Centos | Supports GeoIP resolution |
tmms/nginx:1.23 | nginx:1.23-alpine | Alpine Linux |
This image is inspired by nginx
repository and contains additional configurations.
Hint:
The container runs as user nginx
by default
The following configuration parameters are applied:
Please have a look at /etc/nginx/nginx.conf
to view basic parameters
Also this container applies functionality to create auth basic user files with htpasswd
binary.
Every applicable environment parameter as long as you link you files into /etc/nginx/templates
. Nginx will process an envsubst automatically.
The processed files gets published beneath /etc/nginx/conf.d
.
Link any configuration file for nginx into /etc/nginx/conf.d
or /etc/nginx/sites-custom
.
docker pull tmms/nginx