docs: add ulimits to docker-compose.yml (fixes #56)

This commit is contained in:
Артур 2026-02-14 01:55:33 +03:00 committed by sou1jacker
parent c0b4129209
commit ad553f8fbb
No known key found for this signature in database
GPG Key ID: CEE910B3825C2C2F
1 changed files with 5 additions and 1 deletions

View File

@ -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