docs(docker-compose): Add ulimits example to docker-compose.yml
This commit is contained in:
@@ -4,6 +4,11 @@ services:
|
||||
container_name: "vault-${CONTEXT}"
|
||||
networks:
|
||||
vault-default:
|
||||
ulimits:
|
||||
nproc: ${ULIMIT_NPROC-65535}
|
||||
nofile:
|
||||
soft: ${ULIMIT_NPROC-65535}
|
||||
hard: ${ULIMIT_NPROC-65535}
|
||||
extends:
|
||||
file: common-settings.yml
|
||||
service: common-settings
|
||||
|
Reference in New Issue
Block a user