Files
nextcloud/Dockerfile
renovate d7a584212b
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 25s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 31s
chore(deps): update nextcloud:31.0.2 docker digest to 30f08b8
2025-04-12 00:04:51 +00:00

8 lines
207 B
Docker

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