-
-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Feature Request
Is your feature request related to a problem? Please describe.
Just need more Docs about requirements to use.
The document (README) here, say:
✨ Usage
npx @strapi-community/dockerize
You can also call it directly with arguments
npx @strapi-community/dockerize new --dbclient=mysql --dbhost=localhost --dbport=1234 --dbname=strapi --dbusername=strapi --dbpassword=strapi --projecttype=js --packagemanager=yarn --usecompose=false --env=both
However
There's no explanation of requirements in Dockerfile need to run
Describe the solution you'd like
Describe requirements or even give some Dockerfile, docker-compose.yml examples here in github.
Users cam reliable way run a dockerized strapi using this tool.
Describe alternatives you've considered
- -> Requirements section
- -> Dockerfile, docker-compose.yml examples.
Teachability, Documentation, Adoption, Migration Strategy