From b5676f94c5d99751ee581501c9fef6d2633d27c4 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 4 Oct 2022 06:09:25 +0200 Subject: [PATCH] Add build badges to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c85f833..0ef3457 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ * Optimized to only use resources when there's traffic (PHP-FPM's on-demand process manager) * Using a non-privileged user to make it more secure * Logs of all services are redirected to the output of the container + +## Build status + +[![Build Status](https://drone.fam-steinle.de/api/badges/docker/nginx-fpm/status.svg)](https://drone.fam-steinle.de/docker/nginx-fpm) \ No newline at end of file