Skip to content

wokalek/nginx-brotli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.