fix(adguard): remove --cap-drop=ALL flag
AdGuard Home needs capabilities to run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9b1d5ede54
commit
23696e7e79
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ in
|
|||
image = "docker.io/adguard/adguardhome:latest";
|
||||
ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ];
|
||||
extraOptions = [
|
||||
"--cap-drop=ALL"
|
||||
"--tmpfs=/tmp"
|
||||
];
|
||||
volumes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue