Skip to content

Commit 64728e4

Browse files
author
s.kazemi
committed
fix: typo in elasticsearch image name
1 parent 064f4c3 commit 64728e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ KEYCLOAK__TIMEOUT=30
4545

4646
# Elasticsearch Configuration (ElasticsearchConfig)
4747
ELASTIC__HOSTS=["http://localhost:9200"]
48-
ELASTIC__IMAGE==docker.elastic.co/elasticsearch/elasticsearch:9.1.0
48+
ELASTIC__IMAGE=docker.elastic.co/elasticsearch/elasticsearch:9.1.0
4949
ELASTIC__PORT=9200
5050
ELASTIC__HTTP_USER_NAME=elastic
5151
ELASTIC__HTTP_PASSWORD=test_password

0 commit comments

Comments
 (0)