Files
nextcloud/Dockerfile
renovate a5d7bbe5ec
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 15s
chore(deps): update nextcloud:31.0.7 docker digest to 4bd3671
2025-08-14 03:04:29 +00:00

8 lines
207 B
Docker

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