From 2b745cf92a19f8ddbff6b390210888b77fbb90e0 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 5 May 2024 19:06:44 +0200 Subject: [PATCH] doc: add config lines for dokku --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 438afed..cd81c4a 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,13 @@ * push image to local registry 4. +ssh dokku@buddha-apps.boldcode.io app-json:set cloud appjson-path /app/app.json # glenux/service-nextcloud:latest + +Run after install + + config:app:set --value '30' files_lock lock_timeout + +Add this in crontab + + dokku enter cloud web su -l -s /bin/bash - www-data -c "cd html && php -dmemory_limit=-1 ./occ app:update --all" +