Merge pull request #6725 from Budibase/fix/6715
Quick fix for single image volumes
This commit is contained in:
commit
e0496f604e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue