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