Reset ports configuration in merge docker-compose file: merge pull request #866 from dvrass/patch-1

Reset ports configuration in merge docker-compose file
This commit is contained in:
Alexey
2026-07-03 23:34:04 +03:00
committed by GitHub
+2 -3
View File
@@ -4,7 +4,6 @@ services:
context: . context: .
target: prod-netfilter target: prod-netfilter
network_mode: host network_mode: host
ports: [] ports: !reset []
cap_add: cap_add:
- NET_BIND_SERVICE - NET_ADMIN
- NET_ADMIN