Skip to content

Commit a259aad

Browse files
authored
Merge pull request #15 from webdeveloppro/fix/239-elastic-search
Fixed FusionAuth/fusionauth-issues#239
2 parents bfe58c0 + edd151e commit a259aad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/fusionauth/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ services:
1818
search:
1919
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1
2020
environment:
21-
cluster.name: fusionauth
22-
bootstrap.memory_lock: "true"
23-
ES_JAVA_OPTS: "${ES_JAVA_OPTS}"
21+
- cluster.name=fusionauth
22+
- bootstrap.memory_lock=true
23+
- "ES_JAVA_OPTS=${ES_JAVA_OPTS}"
2424
ports:
2525
- 9200:9200
2626
- 9300:9300
@@ -66,4 +66,4 @@ networks:
6666
volumes:
6767
db_data:
6868
es_data:
69-
fa_config:
69+
fa_config:

0 commit comments

Comments
 (0)