Update the target of the bind mount for the kibana config folder to /etc/kibana (#81)
This commit is contained in:
parent
a776151221
commit
45f2bbbb33
|
@ -24,7 +24,7 @@ services:
|
|||
kibana:
|
||||
build: kibana/
|
||||
volumes:
|
||||
- ./kibana/config/:/opt/kibana/config/
|
||||
- ./kibana/config/:/etc/kibana/
|
||||
ports:
|
||||
- "5601:5601"
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue