eyalpazz/MySQL Container Action
Starts and stops a MySQL container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| MYSQL_VERSION | MySQL version to use | no | latest |
| MYSQL_DATABASE | Database name | no | My_CI_DB |
| MYSQL_ROOT_PASSWORD | Database password | no | password |
| DB_PORT | Port to expose the MySQL server on | no | 3306 |
Outputs
| name | description |
|---|---|
| container_id | The docker container id |