JIRA: BOTTLENECK-163
privileged option in docker-compose file should be true to avoid
"permission deny" error when accessing directories
Change-Id: I1a57146236efb5fe71405c5b7682af706a8814bf
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit
c988d5fa114a659f19f0db1fd0db9f6abc5247dd)
elasticsearch:
image: elasticsearch:2.4.0
command: elasticsearch -Des.network.host=0.0.0.0
+ privileged: true
ports:
- "9200:9200"
- "9300:9300"
build: kibana/
volumes:
- ./kibana/config/:/opt/kibana/config/
+ privileged: true
ports:
- "5601:5601"
links:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/:/tmp/
+ privileged: true
environment:
- INSTALLER_IP=192.168.200.2
- INSTALLER_TYPE=compass