Files
nextcloud/Dockerfile
renovate 3f946bac99
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 8s
chore(deps): update nextcloud:32.0.1 docker digest to 5b043f7
2025-11-06 19:02:39 +00:00

8 lines
207 B
Docker

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