Skip to content

Commit

Permalink
Merge pull request #103 from bronisMateusz/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Eventyret committed Nov 30, 2023
2 parents 831d37b + 17f8e9b commit 102af64
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,33 +58,31 @@ npx @strapi-community/dockerize new --dbclient=mysql --dbhost=localhost --dbport
Please note the `new` keyword is required for this to take effect.

```markdown
npx @strapi-community/dockerize new
--projectname=<projectname>
--dbtype=<dbclient>
npx @strapi-community/dockerize
--dbtype=<dbtype>
--dbhost=<dbhost>
--dbport=<dbport>
--dbname=<dbname>
--dbusername=<dbusername>
--dbuser=<dbuser>
--dbpassword=<dbpassword>
--projecttype=<projecttype>
--type=<type>
--packagemanager=<packagemanager>
--usecompose=<usecompose>
--useCompose=<useCompose>
--env=<env>
```

```markdown
| 💻 Command | 💬 Value | 🦄 Type | 🐲 Default |
| -------------- | --------------------------------------- | ------- | ------------- |
| projectname | | String | `mystrapi` |
| dbclient | `postgres` \| `mysql` \| `mariadb` | String | `postgres` |
| dbtype | `postgres` \| `mysql` \| `mariadb` | String | `postgres` |
| dbhost | | String | `localhost` |
| dbport | `5432` \| `3306` | Number | `5432` |
| dbname | | String | `strapi` |
| dbusername | | String | `strapi` |
| dbpassword | | String | |
| projecttype | `ts` \| `js` | String | `js` |
| dbuser | | String | `strapi` |
| dbpassword | | String | `strapi` |
| type | `ts` \| `js` | String | `js` |
| packagemanager | `yarn` \| `npm` | String | `yarn` |
| usecompose | `true` \| `false` | Boolean | `false` |
| useCompose | `true` \| `false` | Boolean | `false` |
| env | `development` \| `production` \| `both` | String | `development` |
```

Expand Down

0 comments on commit 102af64

Please sign in to comment.