mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
adgaurd to docker
This commit is contained in:
parent
3ac89270a1
commit
c4f07e2bdb
1 changed files with 3 additions and 3 deletions
|
|
@ -182,12 +182,12 @@ users.users.death916 = {
|
|||
image = "adguard/adguardhome:latest";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"53:53/tcp",
|
||||
"53:53/udp",
|
||||
"53:53/tcp"
|
||||
"53:53/udp"
|
||||
"3000:3000/tcp"
|
||||
];
|
||||
volumes = [
|
||||
"/storage/services/adguard/work:/opt/adguardhome/work",
|
||||
"/storage/services/adguard/work:/opt/adguardhome/work"
|
||||
"/storage/services/adguard/data:/opt/adguardhome/conf"
|
||||
];
|
||||
extraOptions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue