Files
nextcloud/Dockerfile
renovate 6d50d570e6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 7s
chore(deps): update nextcloud:33.0.0 docker digest to d10e99d
2026-03-13 05:01:42 +00:00

8 lines
207 B
Docker

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