File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
66
66
image : docker://magento/magento-cloud-docker-opensearch:2.4-1.3.5
67
67
ports :
68
68
- 19200:19200
69
- options : -e="http.port=19200" -e="transport.port=19250" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=admin " --health-cmd="curl http://localhost:19200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
69
+ options : -e="http.port=19200" -e="transport.port=19250" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=dummy97glC8c/]$u1 " --health-cmd="curl http://localhost:19200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
70
70
opensearch3 :
71
71
image : docker://magento/magento-cloud-docker-opensearch:3-1.4.4
72
72
ports :
73
73
- 19300:19300
74
- options : -e="http.port=19300" -e="transport.port=19350" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=admin " --health-cmd="curl http://localhost:19300/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
74
+ options : -e="http.port=19300" -e="transport.port=19350" -e="discovery.type=single-node" -e="plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=dummy97glC8c/]$u1 " --health-cmd="curl http://localhost:19300/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
75
75
76
76
strategy :
77
77
fail-fast : false
You can’t perform that action at this time.
0 commit comments