mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-04 12:03:25 +01:00
Update the target of the bind mount for the kibana config folder to /etc/kibana (#81)
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
kibana:
|
||||
build: kibana/
|
||||
volumes:
|
||||
- ./kibana/config/:/opt/kibana/config/
|
||||
- ./kibana/config/:/etc/kibana/
|
||||
ports:
|
||||
- "5601:5601"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user