Files
nextcloud/Dockerfile
renovate cb2af7ab89
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 30s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 31s
chore(deps): update nextcloud:31.0.8 docker digest to fcf6370
2025-08-31 21:05:46 +00:00

8 lines
207 B
Docker

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