Skip to content

Commit

Permalink
Merge pull request #30 from linuxserver/cap-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 1, 2024
2 parents 9a47fad + 3465e80 commit 693bf8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ param_volumes:
- { vol_path: "/var/log:ro", vol_host_path: "/var/log", desc: "Host logs. Mounted as Read Only." }
cap_add_param: true
cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
- { cap_add_var: "NET_RAW" }
- { cap_add_var: "NET_ADMIN", desc: "Required for fail2ban to be able to modify iptables rules." }
- { cap_add_var: "NET_RAW", desc: "Required for fail2ban to be able to bind to any interface & use RAW sockets." }

# optional parameters
opt_param_usage_include_env: true
Expand Down

0 comments on commit 693bf8d

Please sign in to comment.