mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-18 04:07:07 +02:00
updating compose file with ports for use with LOCAL_NETWORK
This commit is contained in:
parent
46a458f902
commit
6c7a5bfae9
@ -2,6 +2,8 @@ transmission:
|
||||
image: haugene/transmission-openvpn
|
||||
privileged: true
|
||||
restart: always
|
||||
ports:
|
||||
- 9091:9091
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
@ -13,6 +15,7 @@ transmission:
|
||||
OPENVPN_USERNAME: username
|
||||
OPENVPN_PASSWORD: password
|
||||
OPENVPN_OPTS: "--inactive 3600 --ping 10 --ping-exit 60"
|
||||
LOCAL_NETWORK: 192.168.0.0/24
|
||||
|
||||
proxy:
|
||||
image: haugene/transmission-openvpn-proxy
|
||||
|
Loading…
Reference in New Issue
Block a user