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