Skip to content

Commit

Permalink
Dozzle: Use traefik_host for prettier host display
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 20, 2024
1 parent c653082 commit ce03566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/dozzle/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dozzle_docker_ports: "{{ dozzle_docker_ports_defaults
# Envs
dozzle_docker_envs_default:
DOZZLE_AUTH_PROVIDER: "{{ 'forward-proxy' if (dozzle_traefik_sso_middleware | length > 0) else omit }}"
DOZZLE_REMOTE_HOST: "tcp://{{ dozzle_name }}-docker-socket-proxy:2375|{{ dozzle_web_url }}"
DOZZLE_REMOTE_HOST: "tcp://{{ dozzle_name }}-docker-socket-proxy:2375|{{ traefik_host }}"
dozzle_docker_envs_custom: {}
dozzle_docker_envs: "{{ dozzle_docker_envs_default
| combine(dozzle_docker_envs_custom) }}"
Expand Down

0 comments on commit ce03566

Please sign in to comment.