Reset ports configuration in merge docker-compose file

Reset ports configuration in docker-compose file for network_mode:host
This commit is contained in:
dvrass
2026-06-30 13:23:56 +03:00
committed by GitHub
parent ed1895d6df
commit f55d8479e3
+1 -1
View File
@@ -4,7 +4,7 @@ services:
context: .
target: prod-netfilter
network_mode: host
ports: []
ports: !reset []
cap_add:
- NET_BIND_SERVICE
- NET_ADMIN