fixed port settings
This commit is contained in:
parent
b8c3f8f866
commit
837b301d48
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user