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