Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created November 9, 2020 22:58
Show Gist options
  • Save dnburgess/1eef5a64e8abe36c653a569b01927cdf to your computer and use it in GitHub Desktop.
Save dnburgess/1eef5a64e8abe36c653a569b01927cdf to your computer and use it in GitHub Desktop.
DB Tech TransmissionVPN on Pi 4
version: '3.3'
services:
transmission-openvpn:
volumes:
- '/srv/dev-disk-by-label-Files/Config/Transmission:/data'
environment:
- OPENVPN_PROVIDER=PIA
- OPENVPN_CONFIG=France
- OPENVPN_USERNAME=Username
- OPENVPN_PASSWORD=Password
- WEBPROXY_ENABLED=false
- LOCAL_NETWORK=192.168.68.0/24 #Change this to match your network
cap_add:
- NET_ADMIN
logging:
driver: json-file
options:
max-size: 10m
ports:
- '9091:9091'
image: haugene/transmission-openvpn:latest-armhf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment