Files
nextcloud/Dockerfile
renovate 8d3a0d37a6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m47s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 26s
chore(deps): update nextcloud:31.0.4 docker digest to 5eb99ee
2025-04-29 00:04:31 +00:00

8 lines
207 B
Docker

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