update downloader.yml
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
gluetun:
|
||||
image: qmcgaw/gluetun
|
||||
# container_name: gluetun
|
||||
restart: always
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
@@ -14,7 +15,6 @@ services:
|
||||
- 11002:8080 #rutorrent
|
||||
- 11003:9000 #rutorremt
|
||||
- 4733:4733 #rutorrent
|
||||
- 80:80 #TinyFileManager
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@@ -29,12 +29,15 @@ services:
|
||||
|
||||
rutorrent:
|
||||
image: crazymax/rtorrent-rutorrent:latest
|
||||
# container_name: rutorrent
|
||||
environment:
|
||||
- PUID=1000
|
||||
- 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=4733
|
||||
depends_on:
|
||||
- gluetun
|
||||
volumes:
|
||||
- ./data/rutorrent/data:/data
|
||||
- /data:/downloads
|
||||
@@ -46,6 +49,9 @@ services:
|
||||
|
||||
tinyfilemanager:
|
||||
image: tinyfilemanager/tinyfilemanager:master
|
||||
# container_name: tinyfilemanager
|
||||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
Reference in New Issue
Block a user