Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8416285d2 | ||
|
|
7e1301d6d4 | ||
|
|
dacc0c2236 | ||
|
|
7992ce90e2 | ||
|
|
5ff5d82ef8 | ||
|
|
28af22d5ee | ||
|
|
0bcf1a2e32 | ||
|
|
4b4f28a7db |
@@ -1 +1 @@
|
|||||||
FROM redis:6.2.6
|
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)
|
# 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
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku redis service plugin"
|
description = "dokku redis service plugin"
|
||||||
version = "1.19.2"
|
version = "1.20.2"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ service-enter-cmd() {
|
|||||||
declare SERVICE="$1"
|
declare SERVICE="$1"
|
||||||
|
|
||||||
dokku_log_info1_quiet "Filesystem changes may not persist after container restarts"
|
dokku_log_info1_quiet "Filesystem changes may not persist after container restarts"
|
||||||
|
verify_service_name "$SERVICE"
|
||||||
service_enter "$SERVICE" "${@:2}"
|
service_enter "$SERVICE" "${@:2}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user