Add --cap-add=NET_ADMIN for pihole
This commit is contained in:
parent
beff889a18
commit
c4b9a4ee6b
@ -21,6 +21,7 @@ serverIP :
|
||||
"/run/secrets/pihole:/run/secrets/pihole"
|
||||
];
|
||||
extraOptions = [
|
||||
"--cap-add=NET_ADMIN"
|
||||
"--no-hosts" # do not populate internal /etc/hosts with container host's
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user