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:
parent
8bf3fc7f0d
commit
f9547ba3ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue