refactor(docker): 移除 MySQL 容器的 command 属性

移除了 docker-compose.yml 文件中 MySQL 容器的 command 属性:
- /data/run.sh

这个改动可能是为了简化配置文件结构,或者因为该命令不再需要。
This commit is contained in:
aixianling
2024-12-13 17:24:46 +08:00
parent c703f3a544
commit 72f9b89fae

View File

@@ -13,6 +13,5 @@ services:
- /usr/lib64/mysql:/usr/lib64/mysql
network_mode: "host"
restart: unless-stopped
command: /data/run.sh
environment:
TZ: Asia/Shanghai