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