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:
|
kibana:
|
||||||
build: kibana/
|
build: kibana/
|
||||||
volumes:
|
volumes:
|
||||||
- ./kibana/config/:/opt/kibana/config/
|
- ./kibana/config/:/etc/kibana/
|
||||||
ports:
|
ports:
|
||||||
- "5601:5601"
|
- "5601:5601"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue