Files
nextcloud/Dockerfile
renovate a7720a96aa
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 50s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m17s
chore(deps): update nextcloud:33.0.0 docker digest to 876d0be
2026-03-13 02:02:34 +00:00

8 lines
207 B
Docker

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