privatebin: fix the volume path (#220)

This commit is contained in:
Andrey Arapov 2017-08-25 19:48:28 +02:00 committed by Wonderfall
parent 1cee863a99
commit b29b87f401
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)*