mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-14 19:00:43 +01:00
Merge pull request #42 from minhdanh/master
Fix error "[9] System error: not a directory"
This commit is contained in:
@@ -16,7 +16,7 @@ logstash:
|
|||||||
kibana:
|
kibana:
|
||||||
build: kibana/
|
build: kibana/
|
||||||
volumes:
|
volumes:
|
||||||
- ./kibana/config/kibana.yml:/opt/kibana/config/kibana.yml
|
- ./kibana/config/:/opt/kibana/config/
|
||||||
ports:
|
ports:
|
||||||
- "5601:5601"
|
- "5601:5601"
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user