Files
nextcloud/Dockerfile
renovate 40469743d0
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 26s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 15s
chore(deps): update nextcloud:31.0.7 docker digest to 81dc361
2025-07-29 03:03:47 +00:00

8 lines
207 B
Docker

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