mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
privatebin: fix the volume path (#220)
This commit is contained in:
parent
1cee863a99
commit
b29b87f401
@ -19,7 +19,7 @@ COPY rootfs /
|
|||||||
|
|
||||||
RUN chmod +x /usr/local/bin/run.sh /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
|
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
|
EXPOSE 8888
|
||||||
|
|
||||||
|
@ -11,8 +11,8 @@ Paste securely.
|
|||||||
- **PRIVATEBIN_VER** : version of PrivateBin
|
- **PRIVATEBIN_VER** : version of PrivateBin
|
||||||
|
|
||||||
#### Environment variables
|
#### Environment variables
|
||||||
- **UID** : zerobin user id
|
- **UID** : privatebin user id
|
||||||
- **GID** : zerobin group id
|
- **GID** : privatebin group id
|
||||||
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
|
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
|
||||||
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
|
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user