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