From 282e47c91227e3375b045263bada946dd511ab89 Mon Sep 17 00:00:00 2001 From: LinkinStars Date: Mon, 24 Mar 2025 11:22:04 +0800 Subject: [PATCH] docs(README): update Docker command to use version 1.4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 373bffe0..f6b862ca 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache ### Running with docker ```bash -docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.2 +docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.5 ``` For more information, see [Installation](https://answer.apache.org/docs/installation).