From e9010ecac5e5055015bf8baa6973215984f6c0a3 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Tue, 22 Aug 2017 23:23:36 +0200 Subject: [PATCH] Fixed README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8230b92..94f61ea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # PowerDNS Docker Images -This repository contains four Docker images - pdns-mysql, pdns-admin-static, pdns-admin-uwsgi and deprecated pdns-admin. Image **pdns-mysql** contains completely configurable [PowerDNS 4.x server](https://www.powerdns.com/) with mysql backend (without mysql server). Images **pdns-admin-static** and **pdns-admin-uwsgi** contains fronted (nginx) and backend (uWSGI) for [PowerDNS Admin](https://git.omicroninteractive.com/0x97/powerdns-admin) web app, written in Flask, for managing PowerDNS servers. Pdns-admin is also completely configurable. Deprecated **pdns-admin** contains PowerDNS Admin in single image where both nginx and uWSGI processes are managed by systemd. This image won't be updated anymore. +This repository contains four Docker images - pdns-mysql, pdns-admin-static, pdns-admin-uwsgi and deprecated pdns-admin. Image **pdns-mysql** contains completely configurable [PowerDNS 4.x server](https://www.powerdns.com/) with mysql backend (without mysql server). Images **pdns-admin-static** and **pdns-admin-uwsgi** contains fronted (nginx) and backend (uWSGI) for [PowerDNS Admin](https://git.omicroninteractive.com/0x97/powerdns-admin) web app, written in Flask, for managing PowerDNS servers. Pdns-admin is also completely configurable. Deprecated **pdns-admin** contains PowerDNS Admin in a single image where both nginx and uWSGI processes are managed by systemd. This image won't be updated anymore. All images are available on Docker Hub: https://hub.docker.com/r/pschiffe/pdns-mysql/ + https://hub.docker.com/r/pschiffe/pdns-admin-uwsgi/ + https://hub.docker.com/r/pschiffe/pdns-admin-static/ + https://hub.docker.com/r/pschiffe/pdns-admin/ ## pdns-mysql