Files
compose-anything/src/mysql
2025-10-15 14:00:03 +08:00
..
2025-09-24 22:24:11 +08:00
2025-10-15 14:00:03 +08:00
2025-09-24 14:16:10 +08:00
2025-09-24 14:16:10 +08:00

MySQL

English | 中文

This service deploys a MySQL database.

Services

  • mysql: The MySQL database service.

Configuration

  • MYSQL_VERSION: The version of the MySQL image, default is 9.4.0.
  • MYSQL_PORT_OVERRIDE: The host port for MySQL, default is 3306.
  • MYSQL_ROOT_PASSWORD: The root password, default is password.
  • MYSQL_ROOT_HOST: The root host, default is %.

Volumes

  • mysql_data: A volume for storing MySQL data.
  • init.sql: Optional initialization script (mount to /docker-entrypoint-initdb.d/init.sql).