Skip to content

Commit

Permalink
Load modules locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Dec 16, 2024
1 parent 0a1ee8f commit 4247e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- REDIS_CLUSTER=no
- PORT=6379
- TLS_PORT=6666
command: --enable-module-command yes
command: --loadmodule /usr/local/lib/redis/modules/redisbloom.so --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so
ports:
- 6379:6379
- 6380:6379
Expand Down

0 comments on commit 4247e62

Please sign in to comment.