wokalek / nginx-brotli

Lightweight nginx docker alpine-based image with brotli support

Home Page:https://hub.docker.com/r/wokalek/nginx-brotli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a super simple and easy to read nginx docker alpine-based image.

What's inside

  • Only default nginx modules
  • ngx_brotli — brotli algorithm compression
  • git apk installed
  • Ports 80 and 443 are exposed by default

Why?

This is the smallest and most up-to-date nginx-brotli image you can find.

The most popular fholzer/nginx-brotli with 1 million pools is 13.96 MB, wokalek/nginx-brotli is 9.36 MB (compressed size, compare 1.25.1 tags).

Alpine! Everyone loves alpine. Other images you may find use different base images.

And of course this dockerfile can be perfect for your nginx build with your modules! Take a look.

How to use this image

Pull image from Docker Hub:

docker pull wokalek/nginx-brotli

or from GitHub Packages:

docker pull ghcr.io/wokalek/nginx-brotli

You can use this image just like the official nginx.

Check out the available tags.

HTTP3/QUIC

If you are looking for HTTP3/QUIC support, there is an http3/quic build using OpenSSL.

About

Lightweight nginx docker alpine-based image with brotli support

https://hub.docker.com/r/wokalek/nginx-brotli

License:MIT License


Languages

Language:Dockerfile 100.0%