mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-20 22:11:08 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user