Files
nextcloud/Dockerfile
renovate d64434acc6
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 15s
chore(deps): update nextcloud:31.0.6 docker digest to 588609d
2025-07-04 12:04:33 +00:00

8 lines
207 B
Docker

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