From f4f3dbe1f5f9c8602df5a23ac57d19df5e68b148 Mon Sep 17 00:00:00 2001 From: Matthieu W Date: Thu, 25 Jan 2024 15:12:05 +0100 Subject: [PATCH] Update version comment in quick-start.md --- docs/content/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started/quick-start.md b/docs/content/getting-started/quick-start.md index a33eb4b22..122ff530d 100644 --- a/docs/content/getting-started/quick-start.md +++ b/docs/content/getting-started/quick-start.md @@ -19,7 +19,7 @@ version: '3' services: reverse-proxy: - # The official v2 Traefik docker image + # The official v3 Traefik docker image image: traefik:v3.0 # Enables the web UI and tells Traefik to listen to docker command: --api.insecure=true --providers.docker