diff --git a/roles/ind/navidrome/docker-compose.yml b/roles/ind/navidrome/docker-compose.yml index 3156e26..1394823 100644 --- a/roles/ind/navidrome/docker-compose.yml +++ b/roles/ind/navidrome/docker-compose.yml @@ -25,7 +25,7 @@ services: - 11001:11001 #rutorrent - 11002:8080 #rutorrent - 11003:9000 #rutorremt - - 4733:4733 #rutorrent + - 25365:25365 #rutorrent environment: - PUID=1000 - PGID=995 @@ -36,7 +36,7 @@ services: - VPN_INTERFACE=tun0 - FIREWALL_OUTBOUND_SUBNETS=192.168.0.0/24 - SERVER_CITIES="Chicago Illinois" - - FIREWALL_VPN_INPUT_PORTS=4733 + - FIREWALL_VPN_INPUT_PORTS=v rutorrent: image: crazymax/rtorrent-rutorrent:latest @@ -46,7 +46,7 @@ services: - PGID=995 - 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 + - RT_INC_PORT=25365 volumes: - ./data/rutorrent/data:/data - /data:/downloads