Skip to content

Commit 102af64

Browse files
authored
Merge pull request #103 from bronisMateusz/patch-1
Update README.md
2 parents 831d37b + 17f8e9b commit 102af64

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,31 @@ npx @strapi-community/dockerize new --dbclient=mysql --dbhost=localhost --dbport
5858
Please note the `new` keyword is required for this to take effect.
5959

6060
```markdown
61-
npx @strapi-community/dockerize new
62-
--projectname=<projectname>
63-
--dbtype=<dbclient>
61+
npx @strapi-community/dockerize
62+
--dbtype=<dbtype>
6463
--dbhost=<dbhost>
6564
--dbport=<dbport>
6665
--dbname=<dbname>
67-
--dbusername=<dbusername>
66+
--dbuser=<dbuser>
6867
--dbpassword=<dbpassword>
69-
--projecttype=<projecttype>
68+
--type=<type>
7069
--packagemanager=<packagemanager>
71-
--usecompose=<usecompose>
70+
--useCompose=<useCompose>
7271
--env=<env>
7372
```
7473

7574
```markdown
7675
| 💻 Command | 💬 Value | 🦄 Type | 🐲 Default |
7776
| -------------- | --------------------------------------- | ------- | ------------- |
78-
| projectname | | String | `mystrapi` |
79-
| dbclient | `postgres` \| `mysql` \| `mariadb` | String | `postgres` |
77+
| dbtype | `postgres` \| `mysql` \| `mariadb` | String | `postgres` |
8078
| dbhost | | String | `localhost` |
8179
| dbport | `5432` \| `3306` | Number | `5432` |
8280
| dbname | | String | `strapi` |
83-
| dbusername | | String | `strapi` |
84-
| dbpassword | | String | |
85-
| projecttype | `ts` \| `js` | String | `js` |
81+
| dbuser | | String | `strapi` |
82+
| dbpassword | | String | `strapi` |
83+
| type | `ts` \| `js` | String | `js` |
8684
| packagemanager | `yarn` \| `npm` | String | `yarn` |
87-
| usecompose | `true` \| `false` | Boolean | `false` |
85+
| useCompose | `true` \| `false` | Boolean | `false` |
8886
| env | `development` \| `production` \| `both` | String | `development` |
8987
```
9088

0 commit comments

Comments
 (0)