Commit 159cc6c1 authored by Minh Danh's avatar Minh Danh

Fix error "[9] System error: not a directory"

When starting the stack `with docker-compose up`, it gives out the error:

```
ERROR: Cannot start container e032695b38cdcd1c72597004f2369a7127b8233c9ecc2320c3b2bbd10209654b: [9] System error: not a directory
```
parent 0ce815eb
......@@ -16,7 +16,7 @@ logstash:
kibana:
build: kibana/
volumes:
- ./kibana/config/kibana.yml:/opt/kibana/config/kibana.yml
- ./kibana/config/:/opt/kibana/config/
ports:
- "5601:5601"
links:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment