We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfe58c0 + edd151e commit a259aadCopy full SHA for a259aad
docker/fusionauth/docker-compose.yml
@@ -18,9 +18,9 @@ services:
18
search:
19
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1
20
environment:
21
- cluster.name: fusionauth
22
- bootstrap.memory_lock: "true"
23
- ES_JAVA_OPTS: "${ES_JAVA_OPTS}"
+ - cluster.name=fusionauth
+ - bootstrap.memory_lock=true
+ - "ES_JAVA_OPTS=${ES_JAVA_OPTS}"
24
ports:
25
- 9200:9200
26
- 9300:9300
@@ -66,4 +66,4 @@ networks:
66
volumes:
67
db_data:
68
es_data:
69
- fa_config:
+ fa_config:
0 commit comments