File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Official mysql plugin for dokku. Currently defaults to installing [mysql 9.2.0](
11
11
12
12
``` shell
13
13
# on 0.19.x+
14
- sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
14
+ sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git --name mysql
15
15
```
16
16
17
17
## Commands
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def installation_section(service, dokku_version):
110
110
"" ,
111
111
"```shell" ,
112
112
f"# on { dokku_version } " ,
113
- f"sudo dokku plugin:install https://github.com/dokku/dokku-{ service } .git { service } " ,
113
+ f"sudo dokku plugin:install https://github.com/dokku/dokku-{ service } .git --name { service } " ,
114
114
"```" ,
115
115
]
116
116
)
You can’t perform that action at this time.
0 commit comments