redis: add readme
This commit is contained in:
parent
101545cdf4
commit
5fa525e814
|
|
@ -0,0 +1,11 @@
|
||||||
|
## db.redis
|
||||||
|
|
||||||
|
#### Role arguments:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
redis:
|
||||||
|
# a string designating the port to bind
|
||||||
|
port: "6379"
|
||||||
|
# (optional) a string overriding the default docker image
|
||||||
|
image: "redis:buster"
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue