mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-05-07 20:59:17 +00:00
cryptpad: update Dockerfile
This commit is contained in:
parent
644f8c8619
commit
dccd302ebf
cryptpad
@ -2,6 +2,8 @@ FROM node:8-alpine
|
||||
|
||||
ARG VERSION=1.10.1
|
||||
|
||||
ENV UID=991 GID=991
|
||||
|
||||
WORKDIR /cryptpad
|
||||
|
||||
RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
|
||||
@ -12,12 +14,6 @@ RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
VOLUME /cryptpad/datastore
|
||||
VOLUME /cryptpad/customize
|
||||
|
||||
ENV UID=991 GID=991
|
||||
ENV USE_SSL=false
|
||||
ENV STORAGE='./storage/file'
|
||||
ENV LOG_TO_STDOUT=true
|
||||
VOLUME /cryptpad/datastore /cryptpad/customize
|
||||
|
||||
CMD ["/cryptpad/container-start.sh"]
|
||||
|
0
cryptpad/README.md
Normal file
0
cryptpad/README.md
Normal file
Loading…
x
Reference in New Issue
Block a user