mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
14 lines
207 B
YAML
14 lines
207 B
YAML
## Redis library image
|
|
## ref: https://hub.docker.com/r/library/redis/
|
|
##
|
|
image:
|
|
registry: docker.io
|
|
repository: redis
|
|
tag: '5.0.5'
|
|
|
|
master:
|
|
command: "redis-server"
|
|
|
|
slave:
|
|
command: "redis-server"
|