Files
nextcloud/Dockerfile
renovate 592c259ae7
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m9s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m22s
chore(deps): update nextcloud:31.0.7 docker digest to a834f43
2025-08-07 03:04:02 +00:00

8 lines
207 B
Docker

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