### What problem does this PR solve? Since Kibana service is not currently being used, the associated volume 'kibanadata' has been commented out in the Docker Compose file. This change helps to prevent the allocation of unnecessary resources and simplifies the configuration. ### Type of change - [x] Refactoring unused Kibana volume storagetags/v0.3.2
| volumes: | volumes: | ||||
| esdata01: | esdata01: | ||||
| driver: local | driver: local | ||||
| kibanadata: | |||||
| driver: local | |||||
| # kibanadata: | |||||
| # driver: local | |||||
| mysql_data: | mysql_data: | ||||
| driver: local | driver: local | ||||
| minio_data: | minio_data: |