mirror of https://github.com/OpenVidu/openvidu.git
Deployment: Fix typos Elasticsearch OpenVidu Pro
parent
699bf34275
commit
353989e26b
|
@ -228,7 +228,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
|||
|
||||
# Kibana And ElasticSearch Configuration
|
||||
# --------------------------
|
||||
# Kibana And ElasticSeach Basic Auth configuration (Credentials)
|
||||
# Kibana And ElasticSearch Basic Auth configuration (Credentials)
|
||||
# This credentials will aso be valid for Kibana dashboard
|
||||
ELASTICSEARCH_USERNAME=elasticadmin
|
||||
ELASTICSEARCH_PASSWORD=
|
||||
|
|
|
@ -91,7 +91,7 @@ services:
|
|||
command:
|
||||
- '/bin/bash'
|
||||
- '-c'
|
||||
- '/usr/share/elasticsearch/bin/elasticsearch-users useradd ${ELASTICSEARCH_USERNAME} -p ${ELASTICSEARCH_PASSWORD} -r superuser && /tini -- /usr/local/bin/docker-entrypoint.sh'
|
||||
- '/usr/share/elasticsearch/bin/elasticsearch-users useradd ${ELASTICSEARCH_USERNAME} -p ${ELASTICSEARCH_PASSWORD} -r superuser; /tini -- /usr/local/bin/docker-entrypoint.sh'
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
- xpack.security.enabled=true
|
||||
|
|
Loading…
Reference in New Issue