Skip to content

Commit

Permalink
use a different volume not the same as elastic search
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Jan 8, 2025
1 parent 8b36bda commit 5eaa7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-redis-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- 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
- osdata-conductor:/usr/share/opensearch/data
networks:
- internal
ports:
Expand All @@ -74,7 +74,7 @@ services:
max-file: "3"

volumes:
esdata-conductor:
osdata-conductor:
driver: local

networks:
Expand Down

0 comments on commit 5eaa7fb

Please sign in to comment.