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