Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v9.0.4 (#795)
This commit is contained in:
parent
9e70ebc755
commit
68de037d32
|
|
@ -888,7 +888,7 @@ services:
|
||||||
- ${MYSCALE_PORT:-8123}:${MYSCALE_PORT:-8123}
|
- ${MYSCALE_PORT:-8123}:${MYSCALE_PORT:-8123}
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.3
|
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.4
|
||||||
container_name: elasticsearch-${CONTAINER_NAME}
|
container_name: elasticsearch-${CONTAINER_NAME}
|
||||||
profiles:
|
profiles:
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue