From 18316f513e66e1e71a7f7b246db241e83ad1dd12 Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Sun, 5 Apr 2026 10:25:57 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Docker=20image=20tag=20in=20docs=20quick?= =?UTF-8?q?=20start=20(latest=20=E2=86=92=20latest-local)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 1da8358..883052f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ Upload a PDF, configure the extraction pipeline, and visualize the results — t ```bash # Docker (fastest) -docker run -p 3000:3000 ghcr.io/scub-france/docling-studio:latest +docker run -p 3000:3000 ghcr.io/scub-france/docling-studio:latest-local ``` Open [http://localhost:3000](http://localhost:3000) and upload a PDF.