Files
nextcloud/Dockerfile
renovate 2f88202803
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m3s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 8m26s
chore(deps): update nextcloud:31.0.4 docker digest to 332d478
2025-05-09 21:05:16 +00:00

8 lines
207 B
Docker

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