fixed anime path

This commit is contained in:
Harry 2024-08-01 16:19:36 +02:00
parent 0ea7f7605d
commit 70053d2d6e

View file

@ -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";