Files
nextcloud/Dockerfile
renovate c868bd09e4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 29s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 33s
chore(deps): update nextcloud:31.0.5 docker digest to 21780a1
2025-06-11 15:04:33 +00:00

8 lines
207 B
Docker

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