From 9a12b3ff5c061bcdf1771b64108e7da6931b990d Mon Sep 17 00:00:00 2001 From: Michael Balsillie Date: Tue, 23 Aug 2022 01:42:44 +1200 Subject: [PATCH] add badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b35de4a..8e12f38 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![status-badge](https://pipeline.balsillie.net/api/badges/containers/nginx-1000/status.svg)](https://pipeline.balsillie.net/containers/nginx-1000) + Pulls the official Nginx container, and modifies the nginx user to UID=1000 and GID=1000. This avoids file permission conflicts when statically serving files owned by other services.