Chad Chauffe
Chad Chauffe
> I personally use this until the problem is fixed: https://github.com/Carve/qbittorrent-webui-cjratliff.com This is the only one that's working for me right now. Others I've tried: * https://github.com/repslet/nightwalker * https://github.com/dracula/qbittorrent Hopefully...
I'm trying to do something pretty similar. This would be my ideal docker-compose file: ``` version: '3.8' services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN secrets: - openvpn_user - openvpn_password environment:...