summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/elevate/media/tasks/nextcloud.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/elevate/media/tasks/nextcloud.yml b/roles/elevate/media/tasks/nextcloud.yml
index ca9a2572..01d82add 100644
--- a/roles/elevate/media/tasks/nextcloud.yml
+++ b/roles/elevate/media/tasks/nextcloud.yml
@@ -72,8 +72,8 @@
docker_container:
name: nextcloud-installer
image: "nextcloud:{{ inventory_hostname }}"
- ## for some reasons a newly created database schema is not up to date with the recommended settings...
- ## in case this is not needed anymore using '/bin/true' here.
+ ## For some reasons a newly created database schema is not up to date with the recommended settings...
+ ## so we will run the migrations right away. If in futuer this is not needed anymore use '/bin/true' here.
command: 'su -p www-data -s /bin/sh -c "php /var/www/html/occ db:convert-filecache-bigint"'
network_mode: host
detach: no