Files
nextcloud/Dockerfile
renovate 789e27d8da
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m58s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 31s
chore(deps): update nextcloud:31.0.5 docker digest to 3f71577
2025-05-24 12:46:08 +00:00

8 lines
207 B
Docker

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