Wireguard and Qbit Torrent in Docker

Currently I have Wireguard and qbit torrent setup in separate docker containers on the same host. Wireguard connects correctly and when I check qbit it’s going through Wireguard and getting the same IP. However, I cannot connect to the web UI for qbit. Does anyone have this setup or know enough about what I’m doing to help me with this?

Depending on how you have it set up, you need to publish the webui port (I think it’s 8080 by default) on the qbittorrent or the wireguard container. If you have it set up such that the qbittorrent container connects to the wireguard’s container’s network, you need to publish 8080 on the wireguard container.

my favorite part about putting a question on any forum after banging my head on something for a couple of days is figuring it out just shortly after I post.

2 Likes

Well then, clue us in! What was it?

1 Like

Relevant: xkcd: Wisdom of the Ancients
image

6 Likes

lol basically my wg0 config file kept reverting back, once I managed that, everything worked.