From 84d1ca5c839fe6da05bbe8ab836b4803c620494f Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Wed, 20 May 2020 14:38:55 +0200 Subject: [PATCH] update --- nextcloud/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 97df4ec..3868737 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -232,12 +232,12 @@ There are likely several warnings on a freshly spun containers. ##### The database is missing some indexes -On the docker hust execute:
+On the docker host execute:
`docker exec --user www-data --workdir /var/www/html nextcloud-app php occ db:add-missing-indices` ##### Some columns in the database are missing a conversion to big int -On the docker hust execute:
+On the docker host execute:
`docker exec --user www-data --workdir /var/www/html nextcloud-app php occ db:convert-filecache-bigint` ##### The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds.