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