diff --git a/Dockerfiles/radarr/Dockerfile b/Dockerfiles/radarr/Dockerfile index fe2dd8c..50870bc 100644 --- a/Dockerfiles/radarr/Dockerfile +++ b/Dockerfiles/radarr/Dockerfile @@ -26,4 +26,4 @@ COPY /root / # ports and volumes EXPOSE 7878 -VOLUME /config /downloads /movies +VOLUME /config /torrents diff --git a/docker-compose.yml b/docker-compose.yml index fde550a..d20bed0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -108,8 +108,7 @@ services: - main volumes: - config:/config - - downloads:/downloads - - movies:/movies + - torrents:/torrents env_file: - config environment: