update container configurations
This commit is contained in:
parent
2cdee3871f
commit
b8acc1570a
9 changed files with 65 additions and 9 deletions
|
@ -4,10 +4,10 @@
|
|||
# Sonarr
|
||||
virtualisation.oci-containers.containers."sonarr" = {
|
||||
autoStart = true;
|
||||
image = "cr.hotio.dev/hotio/sonarr";
|
||||
image = "cr.hotio.dev/hotio/sonarr:v4";
|
||||
volumes = [
|
||||
"/srv/containers/sonarr:/config"
|
||||
"/srv/media:/media"
|
||||
"/srv/data:/data"
|
||||
];
|
||||
ports = [ "8989:8989" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue