Files
nextcloud/Dockerfile
renovate 569db04dfc
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 7s
chore(deps): update nextcloud docker tag to v33
2026-02-25 23:03:11 +00:00

8 lines
207 B
Docker

FROM nextcloud:33.0.0@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
ENV PHP_UPLOAD_LIMIT=20G
RUN a2enmod ssl
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf