Files
nextcloud/Dockerfile
renovate d87c281de1
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 25s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m56s
chore(deps): update nextcloud docker tag to v32
2025-10-01 22:04:54 +00:00

8 lines
207 B
Docker

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