updating compose file with ports for use with LOCAL_NETWORK
This commit is contained in:
@@ -2,6 +2,8 @@ transmission:
|
|||||||
image: haugene/transmission-openvpn
|
image: haugene/transmission-openvpn
|
||||||
privileged: true
|
privileged: true
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 9091:9091
|
||||||
dns:
|
dns:
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
- 8.8.4.4
|
- 8.8.4.4
|
||||||
@@ -13,6 +15,7 @@ transmission:
|
|||||||
OPENVPN_USERNAME: username
|
OPENVPN_USERNAME: username
|
||||||
OPENVPN_PASSWORD: password
|
OPENVPN_PASSWORD: password
|
||||||
OPENVPN_OPTS: "--inactive 3600 --ping 10 --ping-exit 60"
|
OPENVPN_OPTS: "--inactive 3600 --ping 10 --ping-exit 60"
|
||||||
|
LOCAL_NETWORK: 192.168.0.0/24
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
image: haugene/transmission-openvpn-proxy
|
image: haugene/transmission-openvpn-proxy
|
||||||
|
Reference in New Issue
Block a user