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