Files
nextcloud/Dockerfile
renovate acd60766f5
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 9s
chore(deps): update nextcloud:33.0.0 docker digest to cc99c50
2026-03-15 11:01:42 +00:00

8 lines
207 B
Docker

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