mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
docs(docker-compose) Duplicated sysctls src_valid_mark (#5865)
One of the lines at sysctls section in docker-compose.yml example file is duplicated: - net.ipv4.conf.all.src_valid_mark=1 So I deleted it to make it clearer. Signed-off-by: Adrián Baena García <adrianbaenagarcia@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5b0aaa6f81
commit
7acba5a3e9
@@ -50,7 +50,6 @@ services:
|
||||
# Enable IP forwarding
|
||||
- net.ipv4.ip_forward=1
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
- net.ipv6.conf.all.forwarding=1
|
||||
- net.ipv6.conf.default.forwarding=1
|
||||
|
||||
Reference in New Issue
Block a user