mirror of https://github.com/telemt/telemt.git
docs: add ulimits to docker-compose.yml (fixes #56)
This commit is contained in:
parent
c0b4129209
commit
ad553f8fbb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue