Files
compose-anything/src/mysql/.env.example
2025-09-24 22:24:11 +08:00

12 lines
231 B
Plaintext

# MySQL Version
MYSQL_VERSION=9.4.0
# Root password for MySQL
MYSQL_ROOT_PASSWORD=password
# Host pattern for root user access (% means all hosts)
MYSQL_ROOT_HOST=%
# Port to bind to on the host machine
MYSQL_PORT_OVERRIDE=3306