From 5fa525e8141d0ed1ceb16d2ca4ab32c066ad167d Mon Sep 17 00:00:00 2001 From: Vasili Karaev Date: Fri, 22 May 2020 14:13:41 +0300 Subject: [PATCH] redis: add readme --- db.redis/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 db.redis/README.md 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" +```