mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(docs): added note on scope of redis optional parameters in example.env (#1974)
This commit is contained in:
		| @@ -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= | ||||
|   | ||||
| @@ -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= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user