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