Files
nextcloud/Dockerfile
renovate e68769c516
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m53s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m11s
chore(deps): update nextcloud docker tag to v31.0.4
2025-04-22 00:04:58 +00:00

8 lines
207 B
Docker

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