removin ipv4cos

This commit is contained in:
Artur Kuś 2025-09-08 19:48:00 +02:00
parent 37e8c00e75
commit 12f7d17bb7
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ services:
- ./config:/config - ./config:/config
sysctls: sysctls:
- net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1 # <--- dodane
network_mode: host # <--- zamiast "ports" network_mode: host # <--- zamiast "ports"
restart: always restart: always