From b29b87f4011fda799d66ab3964232a0fd82bb640 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 25 Aug 2017 19:48:28 +0200 Subject: [PATCH] privatebin: fix the volume path (#220) --- privatebin/Dockerfile | 2 +- privatebin/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index 0d74ea0..e4c33a0 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -19,7 +19,7 @@ COPY rootfs / RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/* -VOLUME /zerobin/data /php/session +VOLUME /privatebin/data /php/session EXPOSE 8888 diff --git a/privatebin/README.md b/privatebin/README.md index a58fab5..70808c0 100644 --- a/privatebin/README.md +++ b/privatebin/README.md @@ -11,8 +11,8 @@ Paste securely. - **PRIVATEBIN_VER** : version of PrivateBin #### Environment variables -- **UID** : zerobin user id -- **GID** : zerobin group id +- **UID** : privatebin user id +- **GID** : privatebin group id - **MEMORY_LIMIT** : php memory limit *(default : 128M)* - **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*