fixed port settings

This commit is contained in:
Alexis Bruneteau 2025-12-18 18:04:34 +01:00
parent b8c3f8f866
commit 837b301d48

View File

@ -60,6 +60,8 @@ services:
- OPENVPN_PASSWORD=${VPN_PASS}
volumes:
- ${CONFIG}/gluetun:/gluetun
ports:
- 8080:8080 # qBittorrent Web UI via VPN
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
@ -75,8 +77,6 @@ services:
volumes:
- ${CONFIG}/qbittorrent:/config
- ${DOWNLOADS}:/downloads
ports:
- 8080:8080 # Web UI via VPN container
prowlarr:
image: lscr.io/linuxserver/prowlarr