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