Commit 45f2bbbb authored by Anthony Lapenna's avatar Anthony Lapenna Committed by GitHub

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

parent a7761512
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
kibana: kibana:
build: kibana/ build: kibana/
volumes: volumes:
- ./kibana/config/:/opt/kibana/config/ - ./kibana/config/:/etc/kibana/
ports: ports:
- "5601:5601" - "5601:5601"
networks: networks:
......
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