Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dddac7059 | ||
|
|
e7f710e40a | ||
|
|
65e083a34e | ||
|
|
c6cc9491e2 | ||
|
|
5f3d30d789 | ||
|
|
7e8c8a13a9 |
@@ -1 +1 @@
|
||||
FROM redis:7.4.1
|
||||
FROM redis:7.4.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dokku redis [](https://github.com/dokku/dokku-redis/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 7.4.1](https://hub.docker.com/_/redis/).
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 7.4.2](https://hub.docker.com/_/redis/).
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -11,7 +11,7 @@ Official redis plugin for dokku. Currently defaults to installing [redis 7.4.1](
|
||||
|
||||
```shell
|
||||
# on 0.19.x+
|
||||
sudo dokku plugin:install https://github.com/dokku/dokku-redis.git redis
|
||||
sudo dokku plugin:install https://github.com/dokku/dokku-redis.git --name redis
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
@@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
|
||||
"",
|
||||
"```shell",
|
||||
f"# on {dokku_version}",
|
||||
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git {service}",
|
||||
f"sudo dokku plugin:install https://github.com/dokku/dokku-{service}.git --name {service}",
|
||||
"```",
|
||||
]
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku redis service plugin"
|
||||
version = "1.39.0"
|
||||
version = "1.39.2"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user