From a14d68b261eb4bfd49544f1cfea38d27cb1f94c3 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Sat, 16 Jan 2021 22:24:51 +0100 Subject: [PATCH] Remove misleading note about rebase policy All secondary branches are regularly rebased onto master, not only the tls branch. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ecc4421..413b141 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ Based on the official Docker images from Elastic: Other available stack variants: -* [`tls`](https://github.com/deviantony/docker-elk/tree/tls): TLS encryption enabled in Elasticsearch. _Regularly - rebased onto `master`_ +* [`tls`](https://github.com/deviantony/docker-elk/tree/tls): TLS encryption enabled in Elasticsearch. * [`searchguard`](https://github.com/deviantony/docker-elk/tree/searchguard): Search Guard support ---