Browse Source

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
tags/v0.3.2
Moonlit 1 year ago
parent
commit
76c477f211
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docker/docker-compose-base.yml

+ 2
- 2
docker/docker-compose-base.yml View File

@@ -96,8 +96,8 @@ services:
volumes:
esdata01:
driver: local
kibanadata:
driver: local
# kibanadata:
# driver: local
mysql_data:
driver: local
minio_data:

Loading…
Cancel
Save