Remove unnecessary volumes from dockerfile

This commit is contained in:
Nicolas Demonté 2022-06-27 12:26:51 +02:00
parent af657d7807
commit 09c2814f65
1 changed files with 0 additions and 2 deletions

View File

@ -94,9 +94,7 @@ USER plone
WORKDIR /plone
VOLUME /data/blobstorage
VOLUME /data/filestorage
VOLUME /data/log
VOLUME /data/solr
HEALTHCHECK --interval=1m --timeout=5s --start-period=1m \
CMD nc -z -w5 127.0.0.1 8080 || exit 1