Files
nextcloud/Dockerfile
renovate 7969295f46
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 16s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 15s
chore(deps): update nextcloud:31.0.8 docker digest to 6205056
2025-09-09 05:33:17 +00:00

8 lines
207 B
Docker

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