Find a file
2019-02-02 17:04:21 +01:00
conf Added source files 2018-08-27 22:29:36 +02:00
Dockerfile minor tweaks 2019-01-02 10:41:34 +01:00
LICENSE updated copyright year 2019-02-02 17:02:49 +01:00
README.md fixed LICENSE link for Docker Hub 2019-02-02 17:04:21 +01:00

nginx (Docker image)

Built-from-source container image of the NGINX HTTP server

Available at ricardbejarano/nginx.

Features

  • Super tiny (only 13MB)
  • Built from source, including libraries
  • Based on the official gcr.io/distroless/base image
  • Included TLS1.3 protocol support (with OpenSSL)
  • Included brotli compression support (with ngx_brotli)

Volumes

Mount your configuration on the container's /etc/nginx folder.

Mount your content on the container's /etc/nginx/html folder.

License

See LICENSE.