Skip to content

Commit

Permalink
Add default database
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Mar 8, 2024
1 parent c5788a7 commit c8dd8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
hard: 65536
volumes:
- volume_opensearch:/usr/share/opensearch/data
- ./opensearch/snapshots:/mnt/snapshots
- ./opensearch/opensearch.yml:/usr/share/opensearch/config/opensearch.yml
ports:
- ${OPENSEARCH_PORT}:9200
- ${OPENSEARCH_PERFORMANCE_PORT}:9600 # required for Performance Analyzer
Expand Down

0 comments on commit c8dd8d1

Please sign in to comment.