mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
forgor
This commit is contained in:
parent
dea3bd913c
commit
ee12e0aaad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export MIX_ENV=test
|
|||
# if it's not done doing whatever it does yet
|
||||
echo -n "Waiting for Elasticsearch"
|
||||
|
||||
until wget -qO - elasticsearch:9200; do
|
||||
until wget -qO - opensearch:9200; do
|
||||
echo -n "."
|
||||
sleep 2
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue