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