Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8416285d2 | ||
|
|
7e1301d6d4 | ||
|
|
dacc0c2236 | ||
|
|
7992ce90e2 | ||
|
|
5ff5d82ef8 |
@@ -1 +1 @@
|
||||
FROM redis:7.0.0
|
||||
FROM redis:7.0.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 6.2.6](https://hub.docker.com/_/redis/).
|
||||
Official redis plugin for dokku. Currently defaults to installing [redis 7.0.2](https://hub.docker.com/_/redis/).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku redis service plugin"
|
||||
version = "1.20.0"
|
||||
version = "1.20.2"
|
||||
[plugin.config]
|
||||
|
||||
@@ -20,6 +20,7 @@ service-enter-cmd() {
|
||||
declare SERVICE="$1"
|
||||
|
||||
dokku_log_info1_quiet "Filesystem changes may not persist after container restarts"
|
||||
verify_service_name "$SERVICE"
|
||||
service_enter "$SERVICE" "${@:2}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user