also use long running tasks when update nextcloud
This commit is contained in:
parent
827cd9975d
commit
8377bf75a0
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ services:
|
|||
|
||||
|
||||
collabora:
|
||||
image: collabora/code
|
||||
image: collabora/code:${COLLABORA_VERSION}
|
||||
networks:
|
||||
- nextcloud
|
||||
- web
|
||||
|
|
|
@ -12,7 +12,7 @@ function occ {
|
|||
#watch docker compose ps
|
||||
|
||||
occ upgrade
|
||||
occ maintenance:repair
|
||||
occ maintenance:repair --include-expensive
|
||||
occ db:add-missing-indices
|
||||
occ db:add-missing-columns
|
||||
occ db:add-missing-primary-keys
|
||||
|
|
Loading…
Reference in a new issue