doc: add config lines for dokku

This commit is contained in:
Glenn Y. Rolland 2024-05-05 19:06:44 +02:00
parent e1069a8e38
commit 2b745cf92a

View file

@ -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"