Update the target of the bind mount for the kibana config folder to /etc/kibana (#81)

This commit is contained in:
Anthony Lapenna
2016-12-07 09:02:18 +13:00
committed by GitHub
parent a776151221
commit 45f2bbbb33

View File

@@ -24,7 +24,7 @@ services:
kibana:
build: kibana/
volumes:
- ./kibana/config/:/opt/kibana/config/
- ./kibana/config/:/etc/kibana/
ports:
- "5601:5601"
networks: