mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Implemented kibana with port 8008
This commit is contained in:
parent
6034156a6d
commit
f81dcc7cd0
@ -63,7 +63,7 @@ services:
|
|||||||
target: /usr/share/kibana/config/kibana.yml
|
target: /usr/share/kibana/config/kibana.yml
|
||||||
read_only: true
|
read_only: true
|
||||||
ports:
|
ports:
|
||||||
- "5601:5601"
|
- "127.0.0.1:{{ http_port }}:5601"
|
||||||
networks:
|
networks:
|
||||||
- elk
|
- elk
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user