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