Skip to content

Commit

Permalink
chore(docker): compose file fix for single node ES
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Aug 20, 2022
1 parent f796dea commit 56e1d1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ services:
environment:
- xpack.security.enabled=false
- xpack.security.http.ssl.enabled=false
- node.name=estrudesk01
- cluster.initial_master_nodes=estrudesk01
- discovery.seed_hosts=estrudesk01
- discovery.type=single-node
- bootstrap.memory_lock=true
mem_limit: 1073741824
ulimits:
Expand Down

0 comments on commit 56e1d1d

Please sign in to comment.