diff --git a/db.redis/README.md b/db.redis/README.md new file mode 100644 index 0000000..e492ee7 --- /dev/null +++ b/db.redis/README.md @@ -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" +```