Shadotak

Untitled

Jan 7th, 2024
421
0
207 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. version: "3"
  2. services:
  3. gluetun:
  4. image: qmcgaw/gluetun
  5. container_name: Gluetun
  6. restart: unless-stopped
  7. cap_add:
  8. - NET_ADMIN
  9. environment:
  10. - VPN_SERVICE_PROVIDER=airvpn
  11. - SERVER_COUNTRIES=Netherlands
  12. volumes:
  13. - C:\Docker Configs\Gluetun:/gluetun
  14.  
  15. qbittorrent:
  16. image: lscr.io/linuxserver/qbittorrent:latest
  17. container_name: qBitTorrent
  18. restart: unless-stopped
  19. environment:
  20. - TZ=PST
  21. - WEBUI_PORT=8090
  22. volumes:
  23. - C:\Docker Configs\qBitTorrent:/config
  24. - M:\Media\:/media
  25. network_mode: service:gluetun
Add Comment
Please, Sign In to add comment