diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-09 11:32:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 11:32:55 +0100 |
commit | 675b8fea5321310b9f87ac358f71a3f6ce63dd3d (patch) | |
tree | 50a616990050e7baa2559fd689f52234dbab120e | |
parent | 4c16ddf588cfaa32d88c2e45f342a52d0763a513 (diff) |
Adjust suggested ES host in .env sample for docker-compose config (#6710)
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 587b56757..579ad667b 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -11,7 +11,7 @@ DB_PASS= DB_PORT=5432 # Optional ElasticSearch configuration # ES_ENABLED=true -# ES_HOST=localhost +# ES_HOST=es # ES_PORT=9200 # Federation |