Implemented kibana with port 8008

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-30 20:32:28 +01:00
parent 6034156a6d
commit f81dcc7cd0
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -49,6 +49,6 @@
https_port: 4431 https_port: 4431
- role: docker-elk - role: docker-elk
vars: vars:
domain: "kibana.{{top_domain}}" domain: "elk.{{top_domain}}"
http_port: 8008 http_port: 8008
- native-docker-volume-backup - native-docker-volume-backup