Files
nextcloud/Dockerfile
renovate d5f554f8f4
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 26s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m21s
chore(deps): pin nextcloud docker tag to 6456ee9
2025-02-24 12:31:51 +00:00

8 lines
207 B
Docker

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