From 883fc68041d8363261fddcdc8b8a27ad9eb7ed05 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 6 Dec 2017 14:05:58 +0100 Subject: [PATCH] [privatebin] update Dockerfile and README --- privatebin/Dockerfile | 4 ++-- privatebin/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index 7c1f888..26b9ba9 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -1,4 +1,4 @@ -FROM wonderfall/nginx-php +FROM hoellen/nginx-php ARG PRIVATEBIN_VER=1.1.1 @@ -23,7 +23,7 @@ VOLUME /privatebin/data /php/session EXPOSE 8888 -LABEL maintainer="Wonderfall " \ +LABEL maintainer="hoellen " \ description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \ version="PrivateBin 1.1.1" diff --git a/privatebin/README.md b/privatebin/README.md index 70808c0..078154c 100644 --- a/privatebin/README.md +++ b/privatebin/README.md @@ -1,9 +1,9 @@ -## wonderfall/privatebin +## hoellen/privatebin Paste securely. #### Features -- Based on Alpine Linux (wonderfall/nginx-php image) +- Based on Alpine Linux (hoellen/nginx-php image) - Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido. - Bundled with nginx and PHP7.1.