feat: add NET_ADMIN capability to production Docker service

This commit is contained in:
kastov 2026-02-22 00:52:28 +03:00
parent dc72da2e9b
commit c1f083cab8
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90

View file

@ -5,6 +5,8 @@ services:
hostname: remnanode
network_mode: host
restart: always
cap_add:
- NET_ADMIN
ulimits:
nofile:
soft: 1048576