From 24069e8f4a43959a81faf7c8102177f5be66c4b6 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 1 Feb 2023 13:05:22 +0100 Subject: [PATCH] pls don't be this --- custom/cryptpad/Dockerfile | 1 - docker-compose.cloud.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/custom/cryptpad/Dockerfile b/custom/cryptpad/Dockerfile index aa8cfbd..86e355b 100644 --- a/custom/cryptpad/Dockerfile +++ b/custom/cryptpad/Dockerfile @@ -1,5 +1,4 @@ FROM promasu/cryptpad:nginx 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 \ No newline at end of file diff --git a/docker-compose.cloud.yml b/docker-compose.cloud.yml index 017c960..36326c5 100644 --- a/docker-compose.cloud.yml +++ b/docker-compose.cloud.yml @@ -15,7 +15,6 @@ services: - LETSENCRYPT_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net - VIRTUAL_HOST=pad.ixvd.net,pad.sandbox.neo.ixvd.net volumes: - - /srv/cryptpad/config/config.js:/cryptpad/config/config.js - /srv/cryptpad/data:/cryptpad/data - /srv/cryptpad/other/blob:/cryptpad/blob - /srv/cryptpad/other/block:/cryptpad/block