diff --git a/roles/ind/downloader/docker-compose.yml b/roles/ind/downloader/docker-compose.yml index 3bf5ea6..b8cea85 100644 --- a/roles/ind/downloader/docker-compose.yml +++ b/roles/ind/downloader/docker-compose.yml @@ -14,7 +14,7 @@ services: - 11001:11001 #rutorrent - 11002:8080 #rutorrent - 11003:9000 #rutorremt - - 11004:50000 #rutorrent + - 4733:4733 #rutorrent environment: - PUID=1000 - PGID=1000 @@ -35,10 +35,11 @@ services: - PGID=1000 - TZ=America/Chicago - XMLRPC_PORT=11001 #the default port is 8000 but mine was already in use. if yours is free then you don't need this line and you can change this line '- 11001:11001' in ports to '- 11001:8000' + - RT_INC_PORT=4733w volumes: - - /volume1/docker/rutorrent/data:/data - - /volume1/docker/rutorrent/downloads:/downloads - - /volume1/docker/rutorrent/password:/passwd + - ./data/rutorrent/data:/data + - /data:/downloads + - ./data/rutorrent/password:/passwd network_mode: service:gluetun security_opt: - no-new-privileges:true