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