fixing tdarr
This commit is contained in:
parent
e7edad891f
commit
8204a1baa5
1 changed files with 8 additions and 3 deletions
|
@ -23,11 +23,16 @@
|
||||||
PGID = toString config.users.groups.media.gid;
|
PGID = toString config.users.groups.media.gid;
|
||||||
};
|
};
|
||||||
ports = [
|
ports = [
|
||||||
"8265:8265" # WebUI
|
"127.0.0.1:8265:8265" # WebUI
|
||||||
"8266:8266" # server port
|
# "8266:8266" # server port
|
||||||
];
|
];
|
||||||
image = "ghcr.io/haveagitgat/tdarr:latest"; # Warning: if the tag does not change, the image will not be updated
|
image = "ghcr.io/haveagitgat/tdarr:latest"; # Warning: if the tag does not change, the image will not be updated
|
||||||
#extraOptions = [ "--network=bridge" ];
|
extraOptions = [
|
||||||
|
#"--network=bridge"
|
||||||
|
"--privileged"
|
||||||
|
#"--gpus=all"
|
||||||
|
"--device=/dev/dri:/dev/dri"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue