We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff9d88 commit b1972b1Copy full SHA for b1972b1
.github/workflows/ci-pipeline.yaml
@@ -108,7 +108,7 @@ jobs:
108
run: |
109
podman run -d --name es-test \
110
-e "discovery.type=single-node" \
111
- -e "xpack.security.enabled=true" \
+ -e "xpack.security.enabled=false" \
112
-e "ELASTIC_PASSWORD=changeme" \
113
-e "ES_JAVA_OPTS=-Xms512m -Xmx512m" \
114
-p 9200:9200 \
0 commit comments