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