mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 00:17:10 +00:00
Merge pull request #315 from bcurran3/transmission-add-udp-fix
BUG: Transmission UDP fix
This commit is contained in:
commit
8382421441
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
ports:
|
||||
- "{{ transmission_webui_port }}:9091"
|
||||
- "{{ transmission_external_port }}:51413"
|
||||
- "{{ transmission_external_port }}:51413/udp"
|
||||
env:
|
||||
TZ: "{{ ansible_nas_timezone }}"
|
||||
PUID: "{{ transmission_user_id }}"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
ports:
|
||||
- "{{ transmission_openvpn_webui_port }}:9091"
|
||||
- "{{ transmission_openvpn_external_port }}:51413"
|
||||
- "{{ transmission_openvpn_external_port }}:51413/udp"
|
||||
- "{{ transmission_openvpn_proxy_port }}:3128"
|
||||
env:
|
||||
TRANSMISSION_HOME: "/config"
|
||||
|
@ -51,4 +52,4 @@
|
|||
traefik.backend: "transmission-openvpn"
|
||||
traefik.frontend.rule: "Host:transmission-openvpn.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ transmission_with_openvpn_available_externally }}"
|
||||
traefik.port: "9091"
|
||||
traefik.port: "9091"
|
||||
|
|
Loading…
Reference in a new issue