mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
dns done i think
This commit is contained in:
parent
3b3915909d
commit
187da794d7
1 changed files with 8 additions and 8 deletions
|
|
@ -250,18 +250,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