From cc49c256c1e28e9149d5843b1822a7edebcf55c2 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 27 Mar 2022 18:28:17 +0700 Subject: [PATCH] note about min ES version 7.17 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2997647..c32b95c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ Should that not be an option, the Tube Archivist container takes these two addit Changing any of these two environment variables will change the files *nginx.conf* and *uwsgi.ini* at startup using `sed` in your container. ### Elasticsearch +**Note**: Newest Tube Archivist depends on Elasticsearch version 7.17 to provide an automatic updatepath. + Stores video meta data and makes everything searchable. Also keeps track of the download queue. - Needs to be accessible over the default port `9200` - Needs a volume at **/usr/share/elasticsearch/data** to store data