Files
nextcloud/Dockerfile
renovate d38b2dbd9e
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 27s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 23s
chore(deps): update nextcloud:31.0.8 docker digest to 3eaddb0
2025-08-29 01:09:03 +00:00

8 lines
207 B
Docker

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