diff --git a/roles/traefik/defaults/main.yml b/roles/traefik/defaults/main.yml index d09d062..cc0478e 100644 --- a/roles/traefik/defaults/main.yml +++ b/roles/traefik/defaults/main.yml @@ -27,7 +27,7 @@ traefik_config_location: "{{ traefik_install_location }}/dynamic_conf" # renovate: depName=docker.io/library/traefik traefik_version: 2.3.6 # renovate: depName=quay.io/sheogorath/docker-socket-proxy -traefik_dockersocketproxy_version: "1.9" +traefik_dockersocketproxy_version: "2.3" # The domain for the traefik debug dashboard (only shown if the dashboard auth variable is defined) traefik_dashboard_domain: "traefik.example.com"