docs: add ulimits to docker-compose.yml (fixes #56)
This commit is contained in:
@@ -17,4 +17,8 @@ services:
|
|||||||
- NET_BIND_SERVICE # allow binding to port 443
|
- NET_BIND_SERVICE # allow binding to port 443
|
||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
ulimits:
|
||||||
|
nofile:
|
||||||
|
soft: 65536
|
||||||
|
hard: 65536
|
||||||
|
|||||||
Reference in New Issue
Block a user