updating compose file with ports for use with LOCAL_NETWORK
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user