updating compose file with ports for use with LOCAL_NETWORK

This commit is contained in:
Kristian Haugene 2016-06-06 22:31:08 +02:00
parent 46a458f902
commit 6c7a5bfae9

View File

@ -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