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