touch .ocdata

This commit is contained in:
2021-04-10 20:53:07 +02:00
parent f1f0e0b98e
commit 437bf9a96f
2 changed files with 6 additions and 1 deletions

View File

@@ -2,5 +2,6 @@ FROM nextcloud:stable-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; \
cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php
cat /usr/src/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php; \
touch /usr/src/nextcloud/data/.ocdata
COPY config.php /usr/src/nextcloud/config/

View File

@@ -57,6 +57,10 @@ spec:
- name: http
containerPort: 80
protocol: TCP
startupProbe:
httpGet:
path: /
port: http
# livenessProbe:
# httpGet:
# path: /