summaryrefslogtreecommitdiffstats
path: root/16.0/fpm-alpine/config/redis.config.php
diff options
context:
space:
mode:
Diffstat (limited to '16.0/fpm-alpine/config/redis.config.php')
-rw-r--r--16.0/fpm-alpine/config/redis.config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/16.0/fpm-alpine/config/redis.config.php b/16.0/fpm-alpine/config/redis.config.php
index 5df799f2..19676160 100644
--- a/16.0/fpm-alpine/config/redis.config.php
+++ b/16.0/fpm-alpine/config/redis.config.php
@@ -6,6 +6,7 @@ if (getenv('REDIS_HOST')) {
'redis' => array(
'host' => getenv('REDIS_HOST'),
'port' => getenv('REDIS_HOST_PORT') ?: 6379,
+ 'password' => getenv('REDIS_HOST_PASSWORD'),
),
);
}