Files
nextcloud/Dockerfile
renovate 84bbd81b85
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m13s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m7s
chore(deps): update nextcloud docker tag to v31.0.2
2025-03-20 07:59:29 +00:00

8 lines
207 B
Docker

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