0chain / 0chain/zcnwebappscripts
docker-compose -f ${PROJECT_ROOT}/docker-compose.yml down --volumes is not deleting old grafana volumes
Open
- Dominant language
- Shell
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
docker-compose -f ${PROJECT_ROOT}/docker-compose.yml down --volumes
```
This command is not deleting grafana volumes of previous deployment
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the docker-compose.yml file in the project root to see how grafana volumes are defined. Check if volumes are named or anonymous, and if they are external. Run the down command with verbose output to see what is being removed. Verify the volume removal behavior with docker volume ls before and after.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, grafana
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100