Files
nextcloud/Dockerfile
renovate b5c627fb9c
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.3 docker digest to 53231a9
2025-12-15 10:02:27 +00:00

8 lines
207 B
Docker

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