mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
rm docker adgaurd keep nix
This commit is contained in:
parent
eb23157efd
commit
417a455178
1 changed files with 9 additions and 9 deletions
|
|
@ -84,15 +84,15 @@
|
|||
autoStart = true;
|
||||
extraOptions = [ "--dns=8.8.8.8" ];
|
||||
};
|
||||
adguardhome = {
|
||||
image = "adguard/adguardhome:latest";
|
||||
autoStart = true;
|
||||
volumes = [
|
||||
"/storage/services/adguard/work:/opt/adguardhome/work"
|
||||
"/storage/services/adguard/data:/opt/adguardhome/conf"
|
||||
];
|
||||
extraOptions = [ "--network=host" ];
|
||||
};
|
||||
# adguardhome = {
|
||||
# image = "adguard/adguardhome:latest";
|
||||
# autoStart = true;
|
||||
# volumes = [
|
||||
# "/storage/services/adguard/work:/opt/adguardhome/work"
|
||||
# "/storage/services/adguard/data:/opt/adguardhome/conf"
|
||||
# ];
|
||||
# extraOptions = [ "--network=host" ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue