Skip to content

Commit

Permalink
Expose safe port, fix storage variable so it doesn't cause a break in…
Browse files Browse the repository at this point in the history
… the config at runtime
  • Loading branch information
mcrosson committed Jul 16, 2018
1 parent b8a7458 commit 172263d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.arm64
Expand Up @@ -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"]

0 comments on commit 172263d

Please sign in to comment.