Files
nextcloud/Dockerfile
renovate 6548ecbaa5
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 14s
chore(deps): update nextcloud:31.0.8 docker digest to 92bc503
2025-09-12 15:04:07 +00:00

8 lines
207 B
Docker

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