Skip to content

Commit 547f358

Browse files
authored
Update docker-compose.yml
To address services.trino.environment.REDISEARCH_CASE_INSENSITIVE_NAMES invalid type
1 parent ad9106c commit 547f358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ services:
1919
- redis
2020
environment:
2121
REDISEARCH_URI: 'redis://redis:6379'
22-
REDISEARCH_CASE_INSENSITIVE_NAMES: true
22+
REDISEARCH_CASE_INSENSITIVE_NAMES: 'true'

0 commit comments

Comments
 (0)