From f9547ba3ef4936d15ce8bab804d82cf0ce7c36d8 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 15 Jul 2022 11:08:03 +0100 Subject: [PATCH] Removing the volume tags from the old directories, instead focusing on the single data directory that is now used - #6715. --- hosting/single/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index 772ae2a8ab..4e3239d960 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -122,8 +122,7 @@ RUN yarn cache clean -f EXPOSE 80 EXPOSE 443 -VOLUME /opt/couchdb/data -VOLUME /minio +VOLUME /data # setup letsencrypt certificate RUN apt-get install -y certbot python3-certbot-nginx