Files
nextcloud/Dockerfile
renovate 1589b49a95
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 33s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 36s
chore(deps): update nextcloud docker tag to v33.0.2
2026-04-02 23:02:28 +00:00

8 lines
207 B
Docker

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