Comment on What's gluetun?
eleijeep@piefed.social 2 days agoI just configure them to use the network stack from that container.
Can you explain how you do this (or link to a guide that you found useful)? Thanks
Comment on What's gluetun?
eleijeep@piefed.social 2 days agoI just configure them to use the network stack from that container.
Can you explain how you do this (or link to a guide that you found useful)? Thanks
null_dot@lemmy.dbzer0.com 2 days ago
this is my compose.yml for a qbittorrent instance.
the part you’re interested in is the final line. There’s another container with the wireguard instance called “wg_out”. This network mode attaches this qbittorrent container to that wireguard container’s network stack.
eleijeep@piefed.social 2 days ago
Ah, docker compose makes it easy! Thanks.