Skip to content

Commit

Permalink
Fix Opensearch Docker compose container exited (1) appearing in Opens…
Browse files Browse the repository at this point in the history
…earch 2.12 (PHP-CMSIG#369)
  • Loading branch information
alexander-schranz authored Mar 5, 2024
1 parent d9ebf86 commit e6d18ad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .examples/laravel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
http.port: 9201
ports:
- "9201:9201"
Expand Down
2 changes: 1 addition & 1 deletion .examples/mezzio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
http.port: 9201
ports:
- "9201:9201"
Expand Down
2 changes: 1 addition & 1 deletion .examples/spiral/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
http.port: 9201
ports:
- "9201:9201"
Expand Down
2 changes: 1 addition & 1 deletion .examples/symfony/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
http.port: 9201
ports:
- "9201:9201"
Expand Down
2 changes: 1 addition & 1 deletion .examples/yii/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
http.port: 9201
ports:
- "9201:9201"
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@ search engine.
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
ports:
- "9200:9200"
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion packages/seal-opensearch-adapter/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
image: opensearchproject/opensearch:2
environment:
discovery.type: single-node
plugins.security.disabled: 'true'
cluster.routing.allocation.disk.threshold_enabled: 'false'
DISABLE_SECURITY_PLUGIN: true
ports:
- "9200:9200"
healthcheck:
Expand Down

0 comments on commit e6d18ad

Please sign in to comment.