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