mirror of
https://github.com/remnawave/node.git
synced 2026-05-13 12:06:38 +00:00
feat: add NET_ADMIN capability to production Docker service
This commit is contained in:
parent
dc72da2e9b
commit
c1f083cab8
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ services:
|
|||
hostname: remnanode
|
||||
network_mode: host
|
||||
restart: always
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 1048576
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue