Change volumes paths on radarr to map the one of deluge

This commit is contained in:
Jean Froment 2017-08-13 17:30:43 +02:00
parent 807f449d91
commit 6eae55dde3
2 changed files with 2 additions and 3 deletions

View File

@ -26,4 +26,4 @@ COPY /root /
# ports and volumes # ports and volumes
EXPOSE 7878 EXPOSE 7878
VOLUME /config /downloads /movies VOLUME /config /torrents

View File

@ -108,8 +108,7 @@ services:
- main - main
volumes: volumes:
- config:/config - config:/config
- downloads:/downloads - torrents:/torrents
- movies:/movies
env_file: env_file:
- config - config
environment: environment: