Files
nextcloud/Dockerfile
renovate 11108140d5
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 44s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 14m48s
chore(deps): update nextcloud:33.0.2 docker digest to 8eeeb6a
2026-04-10 09:02:41 +00:00

8 lines
207 B
Docker

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