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