Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav2 committed Jul 30, 2019
1 parent bfe58c0 commit edd151e
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 edd151e

Please sign in to comment.