Skip to content

Commit

Permalink
Notifiarr: Improve container hostname templating
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 20, 2024
1 parent a985052 commit c5a4242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/notifiarr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ notifiarr_docker_labels: "{{ docker_labels_common
| combine(notifiarr_docker_labels_custom) }}"

# Hostname
notifiarr_docker_hostname: "{{ notifiarr_name }}"
notifiarr_docker_hostname: "{{ notifiarr_name }}-{{ traefik_host }}"

# Networks
notifiarr_docker_networks_alias: "{{ notifiarr_name }}"
Expand Down

0 comments on commit c5a4242

Please sign in to comment.