Files
nextcloud/Dockerfile
renovate d779a93919
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 23s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 13s
chore(deps): update nextcloud:31.0.7 docker digest to 6b268fb
2025-08-05 03:04:33 +00:00

8 lines
207 B
Docker

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