bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
2.51k stars 102 forks source link

Update docker-compose example due runc 1.1.20 #337

Closed kuolemaaa closed 4 weeks ago

kuolemaaa commented 4 weeks ago

Ref:

gluetun, in order to start properly, docker compose service now needs

devices:
    - /dev/net/tun:/dev/net/tun

due to runc changes in 1.1.20, as reported in that issue by a user, dev/tun is not whitelisted by default anymore