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