fix(adguard): remove --read-only flag
AdGuard Home needs write access to working directory. Config file remains read-only via :ro mount. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8b3df01823
commit
9b1d5ede54
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ in
|
|||
ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ];
|
||||
extraOptions = [
|
||||
"--cap-drop=ALL"
|
||||
"--read-only"
|
||||
"--tmpfs=/tmp"
|
||||
];
|
||||
volumes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue