Files
nextcloud/Dockerfile
renovate 3181fc43c1
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 8s
chore(deps): update nextcloud:32.0.2 docker digest to 04cc195
2025-12-09 10:02:48 +00:00

8 lines
207 B
Docker

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