Skip to content

Commit

Permalink
Merge pull request #302 from jembi/es-backups-path
Browse files Browse the repository at this point in the history
Update docker-compose.yml ES backups path
  • Loading branch information
rcrichton authored Jul 30, 2024
2 parents 599eb91 + 46179f7 commit fd71a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics-datastore-elastic-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
start_period: 1m
volumes:
- es-data:/usr/share/elasticsearch/data
- /backups:/backups/elasticsearch
- ${ES_BACKUPS_PATH:-/backups}:/backups/elasticsearch
networks:
public:

Expand Down

0 comments on commit fd71a5d

Please sign in to comment.