From 497eaecc149941c31a8241a29527cbe104078a9b Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 3 Jan 2017 17:04:18 +0000 Subject: [PATCH] Adding badges to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df845a8..93ec41e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Travis](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat-square)]() +[![Travis](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat-square)]() +[![Travis](https://img.shields.io/travis/ngineered/nginx-php-fpm.svg?style=flat-square)]() + ## Introduction This is a Dockerfile to build a container image for nginx and php-fpm, with the ability to pull website code from git. The container also has the ability to update templated files with variables passed to docker in order to update your settings. There is also support for lets encrypt SSL support.