From dfaeea74833f0760386217235a334b11a0de8f79 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sat, 29 Jan 2022 01:12:36 +0500 Subject: [PATCH] Readme file updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d059dd..62c3a67 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ One day you may want to replace the standard error pages of your HTTP server wit - Writes logs in `json` format - Contains healthcheck endpoint (`/healthz`) - Contains metrics endpoint (`/metrics`) in Prometheus format -- Lightweight docker image _(~3.7Mb compressed size)_, distroless and uses the unleveled user by default +- Lightweight docker image _(~4.3Mb compressed size)_, distroless and uses the unleveled user by default - [Go-template](https://pkg.go.dev/text/template) tags are allowed in the templates - Ready for integration with [Traefik][traefik] ([error pages customization](https://doc.traefik.io/traefik/middlewares/http/errorpages/)) and [Ingress-nginx][ingress-nginx] - Fully configurable (take a look at the [configuration file](https://github.com/tarampampam/error-pages/blob/master/error-pages.yml) and [project Wiki][wiki])