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