diff --git a/apps/nextcloud/deployment.yaml b/apps/nextcloud/deployment.yaml index c321cb2..e8f2cc9 100644 --- a/apps/nextcloud/deployment.yaml +++ b/apps/nextcloud/deployment.yaml @@ -52,9 +52,9 @@ spec: volumeMounts: - name: www-data mountPath: /var/www/html - - name: nextcloud-config - mountPath: /var/www/html/config/config.php - subPath: config.php + #- name: nextcloud-config + # mountPath: /var/www/html/config/config.php + # subPath: config.php env: - name: TZ value: "Europe/Berlin"