diff --git a/README.md b/README.md index 8fc14fb..1cf1d98 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -# nginx -⚙️ Built-from-source container image of the NGINX HTTP server +
Built-from-source container image of the NGINX HTTP server
+ +Available at [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx). + + +## Features + +* Super tiny (only `13MB`) +* Built from source, including libraries +* Based on the official `gcr.io/distroless/base` image +* Included [TLS1.3](https://tools.ietf.org/html/rfc8446) protocol support (with [OpenSSL](https://www.openssl.org/)) +* Included [brotli](https://github.com/google/brotli) compression support (with [ngx_brotli](https://github.com/google/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](LICENSE).