From 23743a3e1d94584864aa5afbd5ccb72683fcb0ed Mon Sep 17 00:00:00 2001 From: hukdoesn Date: Mon, 25 Aug 2025 10:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdae048..551edd7 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ docker run -d \ --privileged \ -p 80:80 \ -p 8900:8900 \ - -v $(pwd)/liteops-config/config.txt:/app/backend/conf/config.txt \ + -v $(pwd)/liteops-config/config.txt:/app/conf/config.txt \ liteops/liteops:[最新版本] ```