Skip to content

Commit

Permalink
Update docker.asciidoc (#47651)
Browse files Browse the repository at this point in the history
Update `docker-compose.yml` in the documentation in order to increase the max
file descriptor limit.
  • Loading branch information
harsha-s authored and pugnascotia committed Oct 19, 2019
1 parent c60139a commit f9227da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/setup/install/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
volumes:
- esdata01:/usr/share/elasticsearch/data
ports:
Expand All @@ -201,6 +204,9 @@ services:
memlock:
soft: -1
hard: -1
nofile:
soft: 65536
hard: 65536
volumes:
- esdata02:/usr/share/elasticsearch/data
networks:
Expand Down

0 comments on commit f9227da

Please sign in to comment.