Change volumes paths on radarr to map the one of deluge
This commit is contained in:
parent
807f449d91
commit
6eae55dde3
|
@ -26,4 +26,4 @@ COPY /root /
|
|||
|
||||
# ports and volumes
|
||||
EXPOSE 7878
|
||||
VOLUME /config /downloads /movies
|
||||
VOLUME /config /torrents
|
||||
|
|
|
@ -108,8 +108,7 @@ services:
|
|||
- main
|
||||
volumes:
|
||||
- config:/config
|
||||
- downloads:/downloads
|
||||
- movies:/movies
|
||||
- torrents:/torrents
|
||||
env_file:
|
||||
- config
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue