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:
ashisgreat22 2026-03-18 19:19:25 +01:00
parent 8b3df01823
commit 9b1d5ede54

View file

@ -76,7 +76,6 @@ in
ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ]; ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ];
extraOptions = [ extraOptions = [
"--cap-drop=ALL" "--cap-drop=ALL"
"--read-only"
"--tmpfs=/tmp" "--tmpfs=/tmp"
]; ];
volumes = [ volumes = [