fix: sabnzbd clashing ports with qbittorrent

This commit is contained in:
Brian Pooe 2024-12-20 17:31:31 +02:00
parent 43379db610
commit 496dd4de02
2 changed files with 3 additions and 2 deletions

View file

@ -11,12 +11,12 @@ services:
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 8181:8080 # qbitorrent - Inbound torrent traffic
- 8080:8080 # qbittorrent - Inbound torrent traffic
- 7878:7878 # Radarr
- 8989:8989 # Sonarr
- 9696:9696 # Prowlarr
- 6767:6767 # Bazarr
- 8080:8080 # Sabnzbd
- 8082:8082 # Sabnzbd
- 32400:32400 # Plex
- 5055:5055 # Overseerr
volumes:
@ -161,6 +161,7 @@ services:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- WEBUI_PORTS=8282/tcp,8282/udp
- UMASK=002
volumes:
- /etc/localtime:/etc/localtime:ro

0
arr-stack/ipfconfig Normal file
View file