From: Eugen Rochko Date: Fri, 9 Mar 2018 10:32:55 +0000 (+0100) Subject: Adjust suggested ES host in .env sample for docker-compose config (#6710) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=675b8fea5321310b9f87ac358f71a3f6ce63dd3d;p=mastodon.git Adjust suggested ES host in .env sample for docker-compose config (#6710) --- 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