Removing the volume tags from the old directories, instead focusing on the single data directory that is now used - #6715.

This commit is contained in:
mike12345567 2022-07-15 11:08:03 +01:00
parent 8bf3fc7f0d
commit f9547ba3ef
1 changed files with 1 additions and 2 deletions

View File

@ -122,8 +122,7 @@ RUN yarn cache clean -f
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443
VOLUME /opt/couchdb/data VOLUME /data
VOLUME /minio
# setup letsencrypt certificate # setup letsencrypt certificate
RUN apt-get install -y certbot python3-certbot-nginx RUN apt-get install -y certbot python3-certbot-nginx