From fde7ac493306830554a747e03ec55020ba007b27 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:53:48 -0600 Subject: [PATCH] fix port typo --- roles/ind/downloader/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ind/downloader/docker-compose.yml b/roles/ind/downloader/docker-compose.yml index b8cea85..530a8b6 100644 --- a/roles/ind/downloader/docker-compose.yml +++ b/roles/ind/downloader/docker-compose.yml @@ -35,7 +35,7 @@ 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 + - RT_INC_PORT=4733 volumes: - ./data/rutorrent/data:/data - /data:/downloads