Skip to content

Commit

Permalink
Merge pull request #15 from webdeveloppro/fix/239-elastic-search
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan authored Jul 30, 2019
2 parents bfe58c0 + edd151e commit a259aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/fusionauth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ services:
search:
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1
environment:
cluster.name: fusionauth
bootstrap.memory_lock: "true"
ES_JAVA_OPTS: "${ES_JAVA_OPTS}"
- cluster.name=fusionauth
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=${ES_JAVA_OPTS}"
ports:
- 9200:9200
- 9300:9300
Expand Down Expand Up @@ -66,4 +66,4 @@ networks:
volumes:
db_data:
es_data:
fa_config:
fa_config:

0 comments on commit a259aad

Please sign in to comment.