Skip to content

Commit

Permalink
tdarr_node: fix ports
Browse files Browse the repository at this point in the history
closes #308
  • Loading branch information
saltydk committed Nov 29, 2023
1 parent 94fa001 commit e38d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tdarr_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tdarr_node_docker_image: "haveagitgat/tdarr_node:{{ tdarr_node_docker_image_tag
tdarr_node_docker_ports_defaults:
- "{{ tdarr_node_node_port }}:{{ tdarr_node_node_port }}"
tdarr_node_docker_ports_custom: []
tdarr_node_docker_ports: "{{ 'tdarr_node_docker_ports_defaults' if (tdarr_node_external) else []
tdarr_node_docker_ports: "{{ tdarr_node_docker_ports_defaults if (tdarr_node_external) else []
+ tdarr_node_docker_ports_custom }}"

# Envs
Expand Down

0 comments on commit e38d70b

Please sign in to comment.