Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2c458bda9 | ||
|
|
2c26af4bc5 | ||
|
|
7654aedbaf | ||
|
|
b9da7537d4 | ||
|
|
a52333c060 | ||
|
|
bf14eccd6c | ||
|
|
397ab9aa02 | ||
|
|
229ac85c14 |
@@ -1 +1 @@
|
||||
FROM mongo:5.0.5
|
||||
FROM mongo:5.0.9
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# dokku mongo [](https://github.com/dokku/dokku-mongo/actions/workflows/ci.yml?query=branch%3Amaster) [](https://webchat.libera.chat/?channels=dokku)
|
||||
|
||||
Official mongo plugin for dokku. Currently defaults to installing [mongo 5.0.5](https://hub.docker.com/_/mongo/).
|
||||
Official mongo plugin for dokku. Currently defaults to installing [mongo 5.0.9](https://hub.docker.com/_/mongo/).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[plugin]
|
||||
description = "dokku mongo service plugin"
|
||||
version = "1.17.4"
|
||||
version = "1.17.7"
|
||||
[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