We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0f875d + ffdd4cb commit 0005447Copy full SHA for 0005447
.gitignore
@@ -1,3 +1,5 @@
1
+elasticsearch/snapshots/
2
+
3
# Byte-compiled / optimized / DLL files
4
__pycache__/
5
*.py[cod]
docker-compose.yml
@@ -36,5 +36,6 @@ services:
36
ES_JAVA_OPTS: -Xms512m -Xmx1g
37
volumes:
38
- ./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
39
+ - ./elasticsearch/snapshots:/usr/share/elasticsearch/snapshots
40
ports:
41
- "9200:9200"
elasticsearch/config/elasticsearch.yml
@@ -6,6 +6,10 @@ transport.host: 0.0.0.0
6
discovery.type: single-node
7
http.port: 9200
8
9
+path:
10
+ repo:
11
+ - /usr/share/elasticsearch/snapshots
12
13
## License
14
xpack.license.self_generated.type: basic
15
0 commit comments