8 lines
207 B
Docker
8 lines
207 B
Docker
FROM nextcloud:33.0.0@sha256:876d0be6c753393b12f9d50b90d5ffd10516026c293bb15a66106d2f43a31f0f
|
|
|
|
|
|
ENV PHP_UPLOAD_LIMIT=20G
|
|
RUN a2enmod ssl
|
|
|
|
COPY ./virtualhost.conf /etc/apache2/sites-enabled/000-default.conf
|