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