mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Changed elasticsearch image url (#4897)
### What problem does this PR solve? Changed elasticsearch image url to speed up image downloading. ### Type of change - [x] Refactoring
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
||||
container_name: ragflow-es-01
|
||||
profiles:
|
||||
- elasticsearch
|
||||
image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION}
|
||||
image: elasticsearch:${STACK_VERSION}
|
||||
volumes:
|
||||
- esdata01:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user