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