Files
nextcloud/Dockerfile
Tim Wundenberg b66d02c1e4
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
feat: initial commit
2025-02-24 12:56:15 +01:00

8 lines
136 B
Docker

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