Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- arch-qbittorrentvpn:
- sysctls:
- - net.ipv4.conf.all.src_valid_mark=1
- privileged: true
- ports:
- - 8080:8080
- - 8118:8118
- - 9118:9118
- - 58946:58946
- - 58946:58946/udp
- container_name: qbittorrentvpn
- volumes:
- - /mnt/def/qbit/data:/data
- - /mnt/def/qbit/config:/config
- - /etc/localtime:/etc/localtime:ro
- environment:
- - VPN_ENABLED=yes
- - VPN_PROV=custom
- - VPN_CLIENT=wireguard
- - ENABLE_STARTUP_SCRIPTS=no
- - ENABLE_PRIVOXY=yes
- - STRICT_PORT_FORWARD=yes
- - USERSPACE_WIREGUARD=yes
- - LAN_NETWORK=192.168.0.0/24
- - NAME_SERVERS=1.1.1.1,1.0.0.1
- - VPN_INPUT_PORTS=33331
- - VPN_OUTPUT_PORTS=33332
- - DEBUG=false
- - WEBUI_PORT=8080
- - UMASK=000
- - PUID=568
- - PGID=568
- image: binhex/arch-qbittorrentvpn
- networks: {}
Add Comment
Please, Sign In to add comment