Compare commits
2 Commits
fc4ed05fb3
...
5e5416d11c
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e5416d11c | |||
| 4c2afbb3b8 |
|
|
@ -36,7 +36,7 @@ services:
|
|||
ELASTIC_VERSION: ${ELASTIC_VERSION}
|
||||
volumes:
|
||||
- ./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml:ro,Z
|
||||
- ./elasticsearch/data:/usr/share/elasticsearch/data:Z
|
||||
- elasticsearch:/usr/share/elasticsearch/data:Z
|
||||
ports:
|
||||
- 9200:9200
|
||||
- 9300:9300
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ network.host: 0.0.0.0
|
|||
## X-Pack settings
|
||||
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
|
||||
#
|
||||
xpack.license.self_generated.type: trial
|
||||
xpack.license.self_generated.type: basic
|
||||
xpack.security.enabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user