Browse Source

Merge pull request #6725 from Budibase/fix/6715

Quick fix for single image volumes
pull/6735/head
Michael Drury 4 years ago
committed by GitHub
parent
commit
e0496f604e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      hosting/single/Dockerfile

3
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

Loading…
Cancel
Save