Find a file
2019-01-29 15:02:45 +01:00
conf Added source files 2018-08-27 22:29:36 +02:00
.travis.yml Fixed minor issue with Travis integration 2018-09-20 12:40:12 +02:00
Dockerfile minor tweaks 2019-01-02 10:41:34 +01:00
LICENSE added 2019 copyright year 2018-12-31 00:05:32 +01:00
README.md added image information to README.md 2019-01-29 15:02:45 +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.