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 FROM nextcloud:apache
#patch curl wrapper #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/ COPY config.php /usr/src/nextcloud/config/

View File

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