fixing errors

This commit is contained in:
talksik
2023-12-23 21:23:19 -08:00
parent 966e4ba61b
commit 7e276b7a98
+7 -5
View File
@@ -26,8 +26,10 @@ services:
- ${KIBANA_PORT}:5601
restart: always
environment:
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200volumes:
elasticsearch-data:
driver: local
kibana-data:
driver: local
- ELASTICSEARCH_HOSTS: http://elasticsearch:9200
volumes:
elasticsearch-data:
driver: local
kibana-data:
driver: local