Files
nextcloud/Dockerfile
renovate de0bf10f7e
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m36s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 6m15s
chore(deps): update nextcloud docker tag to v31.0.5
2025-05-16 21:07:27 +00:00

8 lines
207 B
Docker

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