Files
nextcloud/Dockerfile
renovate e9483a8fec
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 24s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 15s
chore(deps): update nextcloud:31.0.9 docker digest to 2c43d0e
2025-09-30 09:04:25 +00:00

8 lines
207 B
Docker

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