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.