redis
官方Docker 应用程序 from Nodiaque's Repository
概述
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Based on official Redis Docker image.
You must create the config file first located at /mnt/user/appdata/redis/conf/redis.conf.
See following link to get the files
https://redis.io/docs/latest/operate/oss_and_stack/management/config/
If you want to use redis-full.conf, you must change the "Post Arguments" accordingly and refer to https://hub.docker.com/_/redis
There's currently a bug with the template the path for /config isn't properly set. It must be /mnt/user/appdata/redis/conf/
Be sure to chmod to nobody:users the appdata folder and all files.
Install Redis on Unraid in a few clicks.
Find Redis in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open Apps on Unraid Find an app Click Install
要求
Config File must be created at appdata/conf/redis.conf (unless you change mapping) https://redis.io/docs/latest/operate/oss_and_stack/management/config/
详细信息
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--user 99:100
模板配置
Redis PortPorttcp
This is Redis default connection port.
- 目标
- 6379
- 默认值
- 6379
- 价值
- 6379
Database dumb folderPathrw
- 目标
- /data
- 默认值
- /mnt/user/appdata/redis/db/
- 价值
- /mnt/user/appdata/redis/db/
Config folderPathrw
- 目标
- /config
- 默认值
- /mnt/user/appdata/redis/conf/
- 价值
- /mnt/user/appdata/redis/conf/