Skip to content

Commit b4a7471

Browse files
Fix elasticsearch host and port
1 parent a5a73d5 commit b4a7471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ bin/download 2.4.6-p3 community
181181
# --opensearch-port="$OPENSEARCH_PORT" \
182182
# --search-engine=opensearch \
183183
# with:
184-
# --elasticsearch-host="$OPENSEARCH_HOST" \
185-
# --elasticsearch-port="$OPENSEARCH_PORT" \
184+
# --elasticsearch-host="$ES_HOST" \
185+
# --elasticsearch-port="$ES_PORT" \
186186
# --search-engine=elasticsearch7 \
187187

188188
# Run the setup installer for Magento:

0 commit comments

Comments
 (0)