Files
nextcloud/Dockerfile
renovate ebe6aefd11
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 7s
chore(deps): update nextcloud:33.0.0 docker digest to 4a84a74
2026-03-17 11:02:14 +00:00

8 lines
207 B
Docker

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