mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 07:19:33 +08:00
重命名docker-compose配置文件以使用“.yaml”标准扩展名,更新相关脚本引用
This commit is contained in:
@@ -16,7 +16,7 @@ log() {
|
||||
}
|
||||
|
||||
# 确保在项目根目录
|
||||
if [ ! -f "docker-compose.yml" ]; then
|
||||
if [ ! -f "docker-compose.yaml" ]; then
|
||||
log "错误: 未能在 $PROJECT_DIR 找到 docker-compose.yml,请确保脚本位置正确。"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user