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