Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 306 Bytes

mysql.md

File metadata and controls

16 lines (13 loc) · 306 Bytes

Mysql

The MySQL container image provides a pre-configured and optimized environment for running the MySQL database service within a container.

tasks:
  "":
    env:
      MYSQL_ROOT_PASSWORD: password
    image: mysql
volumes:
- hostPath:
    path: volumes/mysql/mysql
  name: mysql.mysql