our own nextcloud image, of course!

This commit is contained in:
2021-04-10 20:12:04 +02:00
parent ecc1041761
commit f47e96617f
4 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
FROM nextcloud:apache
#patch curl wrapper
RUN sed -i '/CURLOPT_HEADERFUNCTION.*$/a $conf[CURLOPT_SSL_VERIFYPEER] = false;' /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php
COPY config.php /usr/src/nextcloud/config/