You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
My Docker server is headless. I can get to the Portainer interface, but can't get to qBittorrent on 8080.
Do I need a proxy?? Not sure.
yaml:
version: "3.3"
services:
alpine-qbittorrent-openvpn:
volumes:
- /srv/qbittorrent/Downloads:/downloads
- /srv/qbittorrent/Config:/config
- /etc/localtime:/etc/localtime:ro
environment:
- OPENVPN_PROVIDER=PIA
- OPENVPN_CONFIG=ca_vancouver
- OPENVPN_USERNAME=xxxx
- OPENVPN_PASSWORD=xxxx
- PUID=1004
- PGID=100
- LAN=192.168.1.0/16
ports:
- "8080:8080"
cap_add:
- NET_ADMIN
image: guillaumedsde/alpine-qbittorrent-openvpn:latest
The text was updated successfully, but these errors were encountered: