refactor(docker): 移除 MySQL 容器的 command 属性
移除了 docker-compose.yml 文件中 MySQL 容器的 command 属性: - /data/run.sh 这个改动可能是为了简化配置文件结构,或者因为该命令不再需要。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user