Skip to content

Commit

Permalink
Fix docker-compose-redis-os.yaml, provide initial admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Jan 8, 2025
1 parent c8d58a8 commit 8b36bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-redis-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
- node.name=conductor-opensearch # Name the node that will run in this container
- discovery.seed_hosts=conductor-opensearch # Nodes to look for when discovering the cluster
- cluster.initial_cluster_manager_nodes=conductor-opensearch # Nodes eligible to serve as cluster manager
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=P4zzW)rd>>123_
volumes:
- esdata-conductor:/usr/share/opensearch/data
networks:
Expand Down

0 comments on commit 8b36bda

Please sign in to comment.