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 | # ports and volumes | ||||||
| EXPOSE 7878 | EXPOSE 7878 | ||||||
| VOLUME /config /downloads /movies | VOLUME /config /torrents | ||||||
|  |  | ||||||
|  | @ -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: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue