From e3967d569af8cbbe082f3d3fb745c379f1333c99 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 7 Apr 2022 12:05:00 +0200 Subject: [PATCH] add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b11be7d..9eb1f38 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # NGINX Static Server +![Docker Pulls](https://img.shields.io/docker/pulls/cupcakearmy/static?style=flat-square) +![Docker Image Size (tag)](https://img.shields.io/docker/image-size/cupcakearmy/static/latest?style=flat-square) +![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/cupcakearmy/static/latest?style=flat-square) + This is a little docker image for histing static content efficiently. **Supports ETags & Brotli/GZip** compression out of the box.