Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Adding env so API headers will match ES version set by var
Browse files Browse the repository at this point in the history
This is calebes find, based from elastic/kibana#6021 and then searching our source  - This all came from me trying to change ES version and then getting the 'Browser client is out of date, please refresh the page' error in our stuff, and confused by it (thinking it was our version checking, not realizing it was a misleading error message from elastic
  • Loading branch information
milutz committed Aug 16, 2018
1 parent f7b0404 commit 4e83980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: '3.0'
services:
conveyor-node:
image: samtecspg/conveyor-node:repo-head
environment:
- KIBANA_VERSION=${ELASTIC_TAG:-6.3.2}
ports:
- '0.0.0.0:4000:4000'
- '0.0.0.0:1880:1880'
Expand Down

0 comments on commit 4e83980

Please sign in to comment.