Files
nextcloud/Dockerfile
renovate e03370d5d5
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m10s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m6s
chore(deps): update nextcloud:31.0.6 docker digest to 2cddbfa
2025-07-01 06:52:07 +00:00

8 lines
207 B
Docker

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