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