diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 77842d163..ec11ddc55 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -13,13 +13,13 @@ RUN apt install -y git \ && npm install -g bower \ && bower install --allow-root -EXPOSE 3000 +EXPOSE 3000 3001 VOLUME /cryptpad/datastore VOLUME /cryptpad/customize ENV USE_SSL=false -ENV STORAGE='./storage/file' +ENV STORAGE=\'./storage/file\' ENV LOG_TO_STDOUT=true CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]