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