mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed anime path
This commit is contained in:
parent
0ea7f7605d
commit
70053d2d6e
|
@ -5,7 +5,7 @@
|
|||
containers = {
|
||||
sonarrAnime = {
|
||||
image = "lscr.io/linuxserver/sonarr:latest";
|
||||
volumes = [ "sonarr_data:/config" "/srv/Multimedia/SeriesTV:/tv" "/srv/Multimedia/Torrents:/downloads" ];
|
||||
volumes = [ "sonarr_data:/config" "/srv/Multimedia/DessinsAnime:/tv" "/srv/Multimedia/Torrents:/downloads" ];
|
||||
ports = [ "8999:8989" ];
|
||||
environment = {
|
||||
"PUID" = "1000";
|
||||
|
|
Loading…
Reference in a new issue