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