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.