mirror of
https://github.com/telemt/telemt.git
synced 2026-07-08 21:10:18 +03:00
Reset ports configuration in merge docker-compose file
Reset ports configuration in docker-compose file for network_mode:host
This commit is contained in:
@@ -4,7 +4,7 @@ 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_BIND_SERVICE
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|||||||
Reference in New Issue
Block a user