mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dns
This commit is contained in:
parent
ccaccd6320
commit
5bfe99730f
1 changed files with 8 additions and 8 deletions
|
|
@ -250,18 +250,18 @@
|
||||||
adguardhome = {
|
adguardhome = {
|
||||||
image = "adguard/adguardhome:latest";
|
image = "adguard/adguardhome:latest";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
# ports = [
|
ports = [
|
||||||
# "53:53/tcp"
|
"53:53/tcp"
|
||||||
# "53:53/udp"
|
"53:53/udp"
|
||||||
# "3000:3000/tcp"
|
"3000:3000/tcp"
|
||||||
# ];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/storage/services/adguard/work:/opt/adguardhome/work"
|
"/storage/services/adguard/work:/opt/adguardhome/work"
|
||||||
"/storage/services/adguard/data:/opt/adguardhome/conf"
|
"/storage/services/adguard/data:/opt/adguardhome/conf"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
# extraOptions = [
|
||||||
"--network=host"
|
# "--network=host"
|
||||||
];
|
#];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue