Files
nextcloud/Dockerfile
renovate 383f734642
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 9s
chore(deps): update nextcloud:33.0.2 docker digest to 661284c
2026-04-07 08:02:29 +00:00

8 lines
207 B
Docker

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