webnet
@webnet@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Submitted 1 year ago to selfhosted@lemmy.world | 5 comments
- Comment on 2 docker containers on same port? 1 year ago:
qBittorrent 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. registry.hub.docker.com/r/…/qbittorrentqbittorrent: container_name: qbittorrent image: linuxserver/qbittorrent:latest environment: - WEBUI_PORT=8585 restart: unless-stopped network_mode: container:vpn volumes: - /docker/appdata/qbitorrent:/config