deployment: Fix error after on changing ELASTICSEARCH_PASSWORD

pull/609/head
cruizba 2021-02-24 21:13:37 +01:00
parent 9db132b8b7
commit b6c1e40e28
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ services:
command: >
/bin/bash -c "elasticsearch-users useradd ${ELASTICSEARCH_USERNAME}
-p ${ELASTICSEARCH_PASSWORD} -r superuser;
elasticsearch-users passwd ${ELASTICSEARCH_USERNAME} -p ${ELASTICSEARCH_PASSWORD};
docker-entrypoint.sh"
logging:
options: