pls don't be this
This commit is contained in:
parent
629f4aeecb
commit
24069e8f4a
2 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
FROM promasu/cryptpad:nginx
|
FROM promasu/cryptpad:nginx
|
||||||
|
|
||||||
COPY conf.d/cryptpad.conf /etc/nginx/conf.d/cryptpad.conf
|
COPY conf.d/cryptpad.conf /etc/nginx/conf.d/cryptpad.conf
|
||||||
COPY config.js /cryptpad/custom/config.example.js
|
|
||||||
COPY config.js /cryptpad/custom/config.js
|
COPY config.js /cryptpad/custom/config.js
|
|
@ -15,7 +15,6 @@ services:
|
||||||
- LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
- LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
||||||
- VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
- VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/cryptpad/config/config.js:/cryptpad/config/config.js
|
|
||||||
- /srv/cryptpad/data:/cryptpad/data
|
- /srv/cryptpad/data:/cryptpad/data
|
||||||
- /srv/cryptpad/other/blob:/cryptpad/blob
|
- /srv/cryptpad/other/blob:/cryptpad/blob
|
||||||
- /srv/cryptpad/other/block:/cryptpad/block
|
- /srv/cryptpad/other/block:/cryptpad/block
|
||||||
|
|
Reference in a new issue