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.
1 parent 67d8006 commit 0430088Copy full SHA for 0430088
docker-compose.yml
@@ -22,16 +22,17 @@ services:
22
command: redis-server /etc/redis.conf
23
24
elasticsearch:
25
- container_name: "homeland_elasticsearch"
26
- image: elasticsearch:7.6.3
+ container_name: 'homeland_elasticsearch'
+ image: elasticsearch:7.6.2
27
environment:
28
+ - discovery.type=single-node
29
- bootstrap.memory_lock=true
30
- "ES_JAVA_OPTS=-Xms256m -Xmx512m"
31
volumes:
32
- ./data/elasticsearch:/usr/share/elasticsearch/data
33
ports:
- - "9200"
34
- - "9300"
+ - '9200:9200'
35
+ - '9300:9300'
36
37
app: &app_base
38
container_name: "homeland_app"
0 commit comments