Files
nextcloud/Dockerfile
renovate 3dca336fdd
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 49s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m35s
chore(deps): update nextcloud:33.0.0 docker digest to 69a888c
2026-03-17 02:03:22 +00:00

8 lines
207 B
Docker

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