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