doc: add config lines for dokku
This commit is contained in:
parent
e1069a8e38
commit
2b745cf92a
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -18,3 +18,13 @@
|
||||||
* push image to local registry
|
* push image to local registry
|
||||||
4.
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue