chaptarr
This commit is contained in:
parent
58e731ded4
commit
e30124e985
1 changed files with 8 additions and 1 deletions
|
|
@ -50,7 +50,14 @@
|
|||
|
||||
virtualisation.oci-containers.containers."chaptarr" = {
|
||||
image = "robertlordhood/chaptarr:latest";
|
||||
volumes = [ "/data:/data" ];
|
||||
volumes = [
|
||||
"config:/config"
|
||||
"/data:/data"
|
||||
];
|
||||
environment = {
|
||||
"PUID" = "994";
|
||||
"GUID" = "994";
|
||||
};
|
||||
extraOptions = [ "--network=host" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue