diff --git a/docs/docker-compose-traefik-v1.yml b/docs/docker-compose-traefik-v1.yml index e8ee2e5..4b916b4 100644 --- a/docs/docker-compose-traefik-v1.yml +++ b/docs/docker-compose-traefik-v1.yml @@ -38,7 +38,7 @@ services: - ./letsencrypt:/data whoami: - image: traefik/whoami:v1.6.0 + image: traefik/whoami:v1.8.1 labels: traefik.enable: true traefik.frontend.rule: Host:example.com diff --git a/docs/docker-compose-traefik-v2.yml b/docs/docker-compose-traefik-v2.yml index 7a8f89e..67a0358 100644 --- a/docs/docker-compose-traefik-v2.yml +++ b/docs/docker-compose-traefik-v2.yml @@ -38,7 +38,7 @@ services: - ./letsencrypt:/data whoami: - image: traefik/whoami:v1.6.0 + image: traefik/whoami:v1.8.1 labels: traefik.enable: 'true'