Skip to content

Commit

Permalink
Change back kibana port to 5601
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurTemporim <[email protected]>
  • Loading branch information
arthurTemporim committed Oct 30, 2020
1 parent 0e9e350 commit 6b464f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config-elastic:
config-kibana:
docker-compose run --rm -v $(current_dir)/modules/analytics/:/analytics/ kibana python3 /analytics/import_dashboards.py
$(info )
$(info Acesse o KIBANA em: http://localhost:5004)
$(info Acesse o KIBANA em: http://localhost:5601)
$(info )

run-analytics:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
dockerfile: ./docker/kibana.Dockerfile
restart: unless-stopped
ports:
- 5004:5601
- 5601:5601
env_file:
- env/kibana.env
depends_on:
Expand Down

0 comments on commit 6b464f8

Please sign in to comment.