fix port forwarding, now connectable
parent
4905c1aed9
commit
2fc037ab10
|
@ -8,8 +8,8 @@ services:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 # qbit
|
- 8080:8080 # qbit
|
||||||
- 58261:58261 # qbit
|
- 40605:6881 # qbit
|
||||||
- 58261:58261/udp # qbit
|
- 40605:6881/udp # qbit
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=mullvad
|
- VPN_SERVICE_PROVIDER=mullvad
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=wireguard
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
- "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure"
|
- "traefik.http.routers.qbittorrent-websecure.entrypoints=websecure"
|
||||||
- "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)"
|
- "traefik.http.routers.qbittorrent-websecure.rule=Host(`qbittorrent.meftimes.com`)"
|
||||||
- "traefik.http.routers.qbittorrent-websecure.service=qbittorrent-websecure"
|
- "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"
|
- "traefik.http.services.qbittorrent-websecure.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue