cloud changes
This commit is contained in:
parent
e536b62ea2
commit
742176c221
3 changed files with 299 additions and 2 deletions
6
custom/cryptpad/Dockerfile
Normal file
6
custom/cryptpad/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM promasu/cryptpad:nginx
|
||||
|
||||
COPY config.js /cryptpad/config/config.js
|
||||
|
||||
RUN sed -i "s@//httpAddress: '::'@httpAddress: '0.0.0.0'@" /cryptpad/config/config.js
|
||||
RUN sed -i "s@installMethod: 'unspecified'@installMethod: 'docker'@" /cryptpad/config/config.js
|
Reference in a new issue