webnet@lemmy.worldtoSelfhosted@lemmy.world•How to specify port number in compose file that is behind vpn containerEnglish
6·
1 year agoqBittorrent has an option to define the WEBUI_PORT. If you want to access it on say, port 8585, set this environment variable to WEBUI_PORT=8585
. Then in gluetun, continue to reference it as you do above. Hope this helps.
https://registry.hub.docker.com/r/linuxserver/qbittorrent
qbittorrent:
container_name: qbittorrent
image: linuxserver/qbittorrent:latest
environment:
- WEBUI_PORT=8585
restart: unless-stopped
network_mode: container:vpn
volumes:
- /docker/appdata/qbitorrent:/config
If you’re looking for an android variant, checkout OpenVibe. https://play.google.com/store/apps/details?id=com.plebstr.client