debug for docker and our own image

This commit is contained in:
2021-04-10 20:16:46 +02:00
parent f47e96617f
commit bd5a19fcb6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
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
RUN sed -i '/CURLOPT_HEADERFUNCTION.*$/a $conf[CURLOPT_SSL_VERIFYPEER] = false;' /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \
cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php
COPY config.php /usr/src/nextcloud/config/

View File

@@ -23,8 +23,7 @@ spec:
spec:
containers:
- name: nextcloud
image: docker.io/nextcloud:stable-apache
imagePullPolicy: Always
image: cr.lan/nextcloud
env:
- name: TZ
value: "Europe/Berlin"