Created
November 23, 2020 18:44
-
-
Save dnburgess/40fb34e81b2f3f4d1313aa842bb74c66 to your computer and use it in GitHub Desktop.
DB Tech Transmission OpenVPN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
services: | |
transmission-openvpn: | |
volumes: | |
- /srv/dev-disk-by-label-Files/Torrents:/data | |
environment: | |
- OPENVPN_PROVIDER=PIA | |
- OPENVPN_CONFIG=France | |
- OPENVPN_USERNAME=username | |
- OPENVPN_PASSWORD=password | |
- WEBPROXY_ENABLED=false | |
- LOCAL_NETWORK=192.168.68.0/24 | |
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