mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
Update PrivateBin v1.1.1 (#247)
This commit is contained in:
parent
e4318970fb
commit
c71c0aae29
@ -1,6 +1,6 @@
|
|||||||
FROM wonderfall/nginx-php
|
FROM wonderfall/nginx-php
|
||||||
|
|
||||||
ARG PRIVATEBIN_VER=1.1
|
ARG PRIVATEBIN_VER=1.1.1
|
||||||
|
|
||||||
ENV GID=991 UID=991 \
|
ENV GID=991 UID=991 \
|
||||||
UPLOAD_MAX_SIZE=10M \
|
UPLOAD_MAX_SIZE=10M \
|
||||||
@ -25,6 +25,6 @@ EXPOSE 8888
|
|||||||
|
|
||||||
LABEL maintainer="Wonderfall <wonderfall@targaryen.house>" \
|
LABEL maintainer="Wonderfall <wonderfall@targaryen.house>" \
|
||||||
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"
|
version="PrivateBin 1.1.1"
|
||||||
|
|
||||||
CMD ["run.sh"]
|
CMD ["run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user