[privatebin] update Dockerfile and README

This commit is contained in:
hoellen 2017-12-06 14:05:58 +01:00
parent 411f48cd9c
commit 883fc68041
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM wonderfall/nginx-php FROM hoellen/nginx-php
ARG PRIVATEBIN_VER=1.1.1 ARG PRIVATEBIN_VER=1.1.1
@ -23,7 +23,7 @@ VOLUME /privatebin/data /php/session
EXPOSE 8888 EXPOSE 8888
LABEL maintainer="Wonderfall <wonderfall@targaryen.house>" \ LABEL maintainer="hoellen <info@hoellen.eu>" \
description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \ description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \
version="PrivateBin 1.1.1" version="PrivateBin 1.1.1"

View File

@ -1,9 +1,9 @@
## wonderfall/privatebin ## hoellen/privatebin
Paste securely. Paste securely.
#### Features #### 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. - Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
- Bundled with nginx and PHP7.1. - Bundled with nginx and PHP7.1.