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
```
This commit is contained in:
Minh Danh 2016-02-23 11:13:02 +07:00
parent 0ce815ebe8
commit 159cc6c1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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: