Search found 2 matches
- Tue Dec 17, 2024 1:32 am
- Forum: Random
- Topic: bitmagnet integration
- Replies: 2
- Views: 4436
Re: bitmagnet integration
Hi there, After having the full YAMS stack running successfully, I've been trying to get this same setup running (integrating bitmagnet into the YAMS gluetun container) , connecting bitmagnet to the gluetun container with this command: --network=container:gluetun This gives me the error: conflicting...
- Sun Dec 08, 2024 10:51 pm
- Forum: Linux troubleshooting
- Topic: Connecting separate container to Gluetun?
- Replies: 0
- Views: 808
Connecting separate container to Gluetun?
I'm trying to integrate Bitmagnet into this stack. I've got the Gluetun instance running properly with my vpn, but am not sure how to make the bitmagnet container link to the Gluetun. I've tried adding: network_mode: "service:gluetun" to the docker-compose but it errors. The boilerplate co...