Expose safe port, fix storage variable so it doesn't cause a break in the config at runtime
This commit is contained in:
parent
b8a745832d
commit
172263d190
@ -13,13 +13,13 @@ RUN apt install -y git \
|
|||||||
&& npm install -g bower \
|
&& npm install -g bower \
|
||||||
&& bower install --allow-root
|
&& bower install --allow-root
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000 3001
|
||||||
|
|
||||||
VOLUME /cryptpad/datastore
|
VOLUME /cryptpad/datastore
|
||||||
VOLUME /cryptpad/customize
|
VOLUME /cryptpad/customize
|
||||||
|
|
||||||
ENV USE_SSL=false
|
ENV USE_SSL=false
|
||||||
ENV STORAGE='./storage/file'
|
ENV STORAGE=\'./storage/file\'
|
||||||
ENV LOG_TO_STDOUT=true
|
ENV LOG_TO_STDOUT=true
|
||||||
|
|
||||||
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
CMD ["/sbin/tini", "--", "/cryptpad/container-start.sh"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user