mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-16 19:33:41 +00:00
fix(elasticsearch): version for security reason (#14574)
This commit is contained in:
parent
be8c684b35
commit
de2eedc8fa
@ -110,7 +110,7 @@ services:
|
|||||||
datahub_setup_job: true
|
datahub_setup_job: true
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
hostname: elasticsearch
|
hostname: elasticsearch
|
||||||
image: ${DATAHUB_SEARCH_IMAGE:-elasticsearch}:${DATAHUB_SEARCH_TAG:-7.10.1}
|
image: ${DATAHUB_SEARCH_IMAGE:-elasticsearch}:${DATAHUB_SEARCH_TAG:-7.16.1}
|
||||||
ports:
|
ports:
|
||||||
- ${DATAHUB_MAPPED_ELASTIC_PORT:-9200}:9200
|
- ${DATAHUB_MAPPED_ELASTIC_PORT:-9200}:9200
|
||||||
env_file: elasticsearch/env/docker.env
|
env_file: elasticsearch/env/docker.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user