mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 07:25:52 +08:00
chore: disable Kibana volume storage in Docker Compose (#548)
### 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 storage
This commit is contained in:
parent
1b01c4fe69
commit
76c477f211
@ -96,8 +96,8 @@ services:
|
||||
volumes:
|
||||
esdata01:
|
||||
driver: local
|
||||
kibanadata:
|
||||
driver: local
|
||||
# kibanadata:
|
||||
# driver: local
|
||||
mysql_data:
|
||||
driver: local
|
||||
minio_data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user