fix port forwarding, now connectable

master
meftimes 2023-11-08 19:18:25 -05:00
parent 4905c1aed9
commit 2fc037ab10
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ services:
- NET_ADMIN
ports:
- 8080:8080 # qbit
- 58261:58261 # qbit
- 58261:58261/udp # qbit
- 40605:6881 # qbit
- 40605:6881/udp # qbit
environment:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
@ -41,7 +41,7 @@ services:
- "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure"
- "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)"
- "traefik.http.routers.qbittorrent-websecure.service=qbittorrent-websecure"
- "traefik.http.routers.qbittorrent.middlewares=authelia@docker"
# - "traefik.http.routers.qbittorrent.middlewares=authelia@docker"
- "traefik.http.services.qbittorrent-websecure.loadbalancer.server.port=8080"
networks: