Files
nextcloud/Dockerfile
renovate cff71ec260
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 25s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 14s
chore(deps): update nextcloud:31.0.9 docker digest to 875511f
2025-09-27 06:03:57 +00:00

8 lines
207 B
Docker

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