Files
nextcloud/Dockerfile
renovate 0837c73667
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 32s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m26s
chore(deps): update nextcloud:31.0.4 docker digest to ad4da65
2025-04-30 06:04:31 +00:00

8 lines
207 B
Docker

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