Skip to content

Commit

Permalink
Update docker-compose.yml - added shielding
Browse files Browse the repository at this point in the history
added shielding in plugins.security.disabled: 'true'
  • Loading branch information
YuriyGavrilov authored Sep 27, 2023
1 parent becf905 commit 5656a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
cluster.name: docker-cluster
bootstrap.memory_lock: 'true'
discovery.type: single-node
plugins.security.disabled: true
plugins.security.disabled: 'true'
OPENSEARCH_JAVA_OPTS: -Xms750m -Xmx750m
ulimits:
memlock:
Expand Down

0 comments on commit 5656a5f

Please sign in to comment.