diff --git a/roles/ind/downloader/docker-compose.yml b/roles/ind/downloader/docker-compose.yml index 530a8b6..1908270 100644 --- a/roles/ind/downloader/docker-compose.yml +++ b/roles/ind/downloader/docker-compose.yml @@ -15,6 +15,7 @@ services: - 11002:8080 #rutorrent - 11003:9000 #rutorremt - 4733:4733 #rutorrent + - 80:80 #TinyFileManager environment: - PUID=1000 - PGID=1000 @@ -43,4 +44,13 @@ services: network_mode: service:gluetun security_opt: - no-new-privileges:true - restart: always \ No newline at end of file + restart: always + + tinyfilemanager: + image: tinyfilemanager/tinyfilemanager:master + container_name: tinyfilemanager + environment: + - PUID=1000 + - PGID=1000 + volumes: + - /data:/var/www/html/data \ No newline at end of file