Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60a38d9c14 | ||
|
|
23d30b8d68 | ||
|
|
544b5dc18b |
@@ -11,7 +11,7 @@ Official mongo plugin for dokku. Currently defaults to installing [mongo 8.0.5](
|
||||
|
||||
```shell
|
||||
# on 0.19.x+
|
||||
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
|
||||
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git --name mongo
|
||||
```
|
||||
|
||||
## 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 mongo service plugin"
|
||||
version = "1.38.2"
|
||||
version = "1.38.3"
|
||||
[plugin.config]
|
||||
|
||||
Reference in New Issue
Block a user