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