Files
nextcloud/Dockerfile
renovate c15932b45f
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m12s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m2s
chore(deps): update nextcloud docker tag to v31.0.8
2025-08-15 00:04:34 +00:00

8 lines
207 B
Docker

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