From 63ad80201376a26a8ca03f472852ef1929616167 Mon Sep 17 00:00:00 2001 From: Dragos Rotaru <7482137+DragosRotaru@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:41:08 +0800 Subject: [PATCH] fix(docs): added note on scope of redis optional parameters in example.env (#1974) --- docker/example.env | 5 +++++ docs/docs/install/docker-compose.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docker/example.env b/docker/example.env index 2f77e80723..5281145663 100644 --- a/docker/example.env +++ b/docker/example.env @@ -17,6 +17,11 @@ DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis # Optional Redis settings: + +# Note: these parameters are not automatically passed to the Redis Container +# to do so, please edit the docker-compose.yml file as well. Redis is not configured +# via environment variables, only redis.conf or the command line + # REDIS_PORT=6379 # REDIS_DBINDEX=0 # REDIS_PASSWORD= diff --git a/docs/docs/install/docker-compose.md b/docs/docs/install/docker-compose.md index b32cf9919a..9ce4b7241d 100644 --- a/docs/docs/install/docker-compose.md +++ b/docs/docs/install/docker-compose.md @@ -46,6 +46,11 @@ DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis # Optional Redis settings: + +# Note: these parameters are not automatically passed to the Redis Container +# to do so, please edit the docker-compose.yml file as well. Redis is not configured +# via environment variables, only redis.conf or the command line + # REDIS_PORT=6379 # REDIS_DBINDEX=0 # REDIS_PASSWORD=