also use long running tasks when update nextcloud

This commit is contained in:
Florian Zirker 2024-10-02 13:40:36 +00:00
parent 827cd9975d
commit 8377bf75a0
2 changed files with 2 additions and 2 deletions

View file

@ -183,7 +183,7 @@ services:
collabora: collabora:
image: collabora/code image: collabora/code:${COLLABORA_VERSION}
networks: networks:
- nextcloud - nextcloud
- web - web

View file

@ -12,7 +12,7 @@ function occ {
#watch docker compose ps #watch docker compose ps
occ upgrade occ upgrade
occ maintenance:repair occ maintenance:repair --include-expensive
occ db:add-missing-indices occ db:add-missing-indices
occ db:add-missing-columns occ db:add-missing-columns
occ db:add-missing-primary-keys occ db:add-missing-primary-keys