Files
nextcloud/Dockerfile
renovate 7e820842aa
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 59s
chore(deps): update nextcloud:33.0.2 docker digest to 3e676af
2026-04-12 23:01:47 +00:00

8 lines
207 B
Docker

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