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