Files
nextcloud/Dockerfile
renovate 74ddd06ca8
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m34s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m42s
chore(deps): update nextcloud docker tag to v31
2025-02-27 00:28:24 +00:00

8 lines
207 B
Docker

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