Files
nextcloud/Dockerfile
renovate d44d31ffc4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m46s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 8m52s
chore(deps): update nextcloud:31.0.5 docker digest to b43c713
2025-05-22 03:12:20 +00:00

8 lines
207 B
Docker

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