Guest User

Untitled

a guest
Aug 14th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. services:
  2. arch-qbittorrentvpn:
  3. sysctls:
  4. - net.ipv4.conf.all.src_valid_mark=1
  5. privileged: true
  6. ports:
  7. - 8080:8080
  8. - 8118:8118
  9. - 9118:9118
  10. - 58946:58946
  11. - 58946:58946/udp
  12. container_name: qbittorrentvpn
  13. volumes:
  14. - /mnt/def/qbit/data:/data
  15. - /mnt/def/qbit/config:/config
  16. - /etc/localtime:/etc/localtime:ro
  17. environment:
  18. - VPN_ENABLED=yes
  19. - VPN_PROV=custom
  20. - VPN_CLIENT=wireguard
  21. - ENABLE_STARTUP_SCRIPTS=no
  22. - ENABLE_PRIVOXY=yes
  23. - STRICT_PORT_FORWARD=yes
  24. - USERSPACE_WIREGUARD=yes
  25. - LAN_NETWORK=192.168.0.0/24
  26. - NAME_SERVERS=1.1.1.1,1.0.0.1
  27. - VPN_INPUT_PORTS=33331
  28. - VPN_OUTPUT_PORTS=33332
  29. - DEBUG=false
  30. - WEBUI_PORT=8080
  31. - UMASK=000
  32. - PUID=568
  33. - PGID=568
  34. image: binhex/arch-qbittorrentvpn
  35. networks: {}
Add Comment
Please, Sign In to add comment