From dccd302ebf2b49ff3b8e883d1eb137e63d74af22 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 14 Jul 2017 05:30:27 +0200 Subject: [PATCH] cryptpad: update Dockerfile --- cryptpad/Dockerfile | 10 +++------- cryptpad/README.md | 0 2 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 cryptpad/README.md diff --git a/cryptpad/Dockerfile b/cryptpad/Dockerfile index 1ae9287..61d79a1 100644 --- a/cryptpad/Dockerfile +++ b/cryptpad/Dockerfile @@ -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"] diff --git a/cryptpad/README.md b/cryptpad/README.md new file mode 100644 index 0000000..e69de29