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