From d6eb7453f790fde7d8a24a5cfdc8cc41056701f4 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Wed, 9 May 2018 02:13:25 -0500 Subject: [PATCH] Added code badges to README file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe7d071..61ad9c9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # docker-postfix -Simple Postfix SMTP TLS relay [docker](http://www.docker.com) image with no local authentication enabled (to be run in a secure LAN). +[![Docker Stars](https://img.shields.io/docker/stars/juanluisbaptiste/postfix.svg?style=flat-square)](https://hub.docker.com/r/juanluisbaptiste/postfix/) +[![Docker Pulls](https://img.shields.io/docker/pulls/juanluisbaptiste/postfix.svg?style=flat-square)](https://hub.docker.com/r/juanluisbaptiste/postfix/) + +Simple Postfix SMTP TLS relay [docker](http://www.docker.com) image with no local authentication enabled (to be run in a secure LAN). It also includes rsyslog to enable logging to stdout.