Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Oct 2, 2023
1 parent 9ff3fc5 commit 7e65962
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
bootstrap.memory_lock: true
OPENSEARCH_JAVA_OPTS: "-Xms512m -Xmx512m"
discovery.type: single-node
plugins.security.disabled: true
plugins.security.disabled: "true"
reindex.remote.allowlist: 172.16.1.2:9200
ulimits:
memlock:
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
container_name: opensearch-dashboards
environment:
OPENSEARCH_HOSTS: '["http://172.16.1.2:9200"]'
DISABLE_SECURITY_DASHBOARDS_PLUGIN: true
DISABLE_SECURITY_DASHBOARDS_PLUGIN: "true"
networks:
cluster_subnet:
ipv4_address: 172.16.1.4
Expand All @@ -80,7 +80,7 @@ services:
container_name: opensearch-dashboard-2
environment:
OPENSEARCH_HOSTS: '["http://172.16.1.3:9200"]'
DISABLE_SECURITY_DASHBOARDS_PLUGIN: true
DISABLE_SECURITY_DASHBOARDS_PLUGIN: "true"
networks:
cluster_subnet:
ipv4_address: 172.16.1.5
Expand Down

0 comments on commit 7e65962

Please sign in to comment.