Files
nextcloud/Dockerfile
renovate 87221a2556
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m28s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 9m32s
chore(deps): update nextcloud:30.0.6 docker digest to 6e15a4d
2025-02-26 00:07:08 +00:00

8 lines
207 B
Docker

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