Merge pull request #6725 from Budibase/fix/6715

Quick fix for single image volumes
This commit is contained in:
Michael Drury 2022-07-15 11:38:02 +01:00 committed by GitHub
commit e0496f604e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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