#! /bin/bash rm -f ./config.yaml # 生成config.yaml文件, 用于docker-compose的使用 touch ./config.yaml filename="./config.yaml" cat>"${filename}"<