From 10b2458f58ca91f38c2c6418564819e749d128ba Mon Sep 17 00:00:00 2001 From: NEBULITE Berlin <40317630+Funkelfetisch@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:50:28 +0200 Subject: [PATCH] Update .env.template "redis" as hostname for redis to correctly use the docker compose internal networking feature --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index eeff2907cb24..d820b15f7dd3 100644 --- a/.env.template +++ b/.env.template @@ -63,7 +63,7 @@ PINECONE_API_KEY=your-pinecone-api-key PINECONE_ENV=your-pinecone-region ### REDIS -# REDIS_HOST - Redis host (Default: localhost) +# REDIS_HOST - Redis host (Default: localhost, use "redis" for docker-compose) # REDIS_PORT - Redis port (Default: 6379) # REDIS_PASSWORD - Redis password (Default: "") # WIPE_REDIS_ON_START - Wipes data / index on start (Default: False)