mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 09:52:40 +00:00
fix(docker): fix elasticsearch image tag (#7548)
This commit is contained in:
parent
fffdb7e594
commit
5c34170337
@ -39,7 +39,7 @@ services:
|
||||
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
|
||||
|
||||
elasticsearch:
|
||||
image: elasticsearch:7.10.2
|
||||
image: elasticsearch:7.10.1
|
||||
env_file: elasticsearch/env/docker.env
|
||||
container_name: elasticsearch
|
||||
hostname: elasticsearch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user