mirror of
https://github.com/telemt/telemt.git
synced 2026-06-21 18:31:10 +03:00
Conntrack Control for Docker
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
telemt:
|
||||
build:
|
||||
context: .
|
||||
target: prod-netfilter
|
||||
network_mode: host
|
||||
ports: []
|
||||
cap_add:
|
||||
- NET_BIND_SERVICE
|
||||
- NET_ADMIN
|
||||
Reference in New Issue
Block a user