Files
nextcloud/Dockerfile
renovate dc5b4ac2f8
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 32s
chore(deps): update nextcloud:31.0.6 docker digest to 636e7b8
2025-07-04 09:04:18 +00:00

8 lines
207 B
Docker

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