0chain / 0chain/zcnwebappscripts
docker-compose -f ${PROJECT_ROOT}/docker-compose.yml down --volumes is not deleting old grafana volumes
未关闭
- 主要语言
- Shell
- 星标
- 1
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
docker-compose -f ${PROJECT_ROOT}/docker-compose.yml down --volumes
```
This command is not deleting grafana volumes of previous deployment
贡献指南
这个仓库没有索引到贡献指南
调研方向
查看项目根目录中的 docker-compose.yml 文件,了解 grafana 卷是如何定义的。检查卷是命名卷还是匿名卷,以及是否为外部卷。运行 down 命令并启用详细输出,以查看正在移除的内容。使用 docker volume ls 在操作前后验证卷的移除行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, docker-compose, grafana
- 领域
- devops, infrastructure
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100