Files
gangyan/mysql/mysql-8.4.4/docker-compose.yml

14 lines
635 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# =============================================================================
# 【已废弃 / 勿用】请勿在本目录执行 docker compose会与标准 MySQL 栈冲突:
# - 旧配置占用宿主机 3306、容器名 mysql-server与 gangyan/mysql/docker-compose.yml
# (对外 33306、同一数据目录二选一易搞混。
#
# 正确启动 MySQL
# cd /opt/download/oss_files/gangyan-deploy/gangyan/mysql
# docker compose up -d
#
# 数据目录仍在本目录下 mysql_bind/,由上级 compose 挂载使用。
# =============================================================================
services: {}