mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
[privatebin] update to 1.2
This commit is contained in:
parent
56a58b2047
commit
d91eff125b
@ -1,6 +1,6 @@
|
||||
FROM hoellen/nginx-php
|
||||
|
||||
ARG PRIVATEBIN_VER=1.1.1
|
||||
ARG PRIVATEBIN_VER=1.2
|
||||
|
||||
ENV GID=991 UID=991 \
|
||||
UPLOAD_MAX_SIZE=10M \
|
||||
@ -28,6 +28,6 @@ EXPOSE 8888
|
||||
|
||||
LABEL maintainer="hoellen <info@hoellen.eu>" \
|
||||
description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \
|
||||
version="PrivateBin 1.1.1"
|
||||
version="PrivateBin 1.2"
|
||||
|
||||
CMD ["run.sh"]
|
||||
|
@ -5,7 +5,7 @@ Paste securely.
|
||||
#### Features
|
||||
- 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.
|
||||
- Bundled with nginx and PHP7.2
|
||||
|
||||
#### Build-time variables
|
||||
- **PRIVATEBIN_VER** : version of PrivateBin
|
||||
|
Loading…
x
Reference in New Issue
Block a user