System is centos7
Installed the docker version of redis, and now works.
Install redis use command is:
Docker run - d - ring=true - p, 6666:6379 - v/usr/redis/redis conf:/etc/redis/redis conf - v/usr/redis/data:/data - the name myredis docker. IO/redis: latest redis server/etc/redis/redis conf - appendonly yes
I now want to install docker redisearch version, and then use the command
Docker run - p - 6667-6379 - v/usr/redisearch/data:/data/redislabs redisearch
Here's the thing, how to configure redis. Conf this file?
Thank you!
CodePudding user response:
With parameters - v/usr/redis/redis. Conf:/etc/redis/redis conf on mount,
CodePudding user response: