mount external hdd + update volume path

This commit is contained in:
♥ Minnie ♥ 2023-05-17 18:23:19 +08:00
parent eb38690275
commit 170e12223e
10 changed files with 15 additions and 10 deletions

View file

@ -6,7 +6,7 @@
autoStart = true;
image = "cr.hotio.dev/hotio/radarr";
volumes = [
"/srv/radarr:/config"
"/srv/containers/radarr:/config"
"/srv/media:/media"
];
ports = [ "7878:7878" ];