summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-13 02:43:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-13 02:43:37 +0100
commit9e17973a956fe846c1a0f1876134c120a0ad7728 (patch)
tree6846b1b9dbc2c45196b1b1a2917d9f9bf4e7f5b1
parentnextcloud is now running as share:share (diff)
rewording of comment
-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