Browse Source
Inform Podman users about cap-add=NET_RAW
pull/1085/head
iguanajuice
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
docker-compose.yml
|
@ -38,6 +38,7 @@ services: |
|
|
cap_add: |
|
|
cap_add: |
|
|
- NET_ADMIN |
|
|
- NET_ADMIN |
|
|
- SYS_MODULE |
|
|
- SYS_MODULE |
|
|
|
|
|
# - NET_RAW # ⚠️ Uncomment if using Podman |
|
|
sysctls: |
|
|
sysctls: |
|
|
- net.ipv4.ip_forward=1 |
|
|
- net.ipv4.ip_forward=1 |
|
|
- net.ipv4.conf.all.src_valid_mark=1 |
|
|
- net.ipv4.conf.all.src_valid_mark=1 |
|
|