From 747c745ec04abd02f1ebab25d6245473dc22c142 Mon Sep 17 00:00:00 2001 From: wangyanfei Date: Sat, 31 Aug 2024 07:22:05 +0800 Subject: [PATCH] =?UTF-8?q?[Readme]Docker=E9=83=A8=E7=BD=B2=EF=BC=8C?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=E4=BC=98=E5=8C=96=E3=80=82?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E7=9A=84docker=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E8=87=AA=E5=8A=A8=E4=BB=A5=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=BD=A2=E5=BC=8F=E5=AE=89=E8=A3=85docker=20compose?= =?UTF-8?q?=EF=BC=8C=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BAdocker=20compose=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README-en.md b/README-en.md index f9ba0c01..20df1330 100644 --- a/README-en.md +++ b/README-en.md @@ -152,6 +152,8 @@ cd MoneyPrinterTurbo docker-compose up ``` +> Note:The latest version of docker will automatically install docker compose in the form of a plug-in, and the start command is adjusted to `docker compose up ` + #### ② Access the Web Interface Open your browser and visit http://0.0.0.0:8501 diff --git a/README.md b/README.md index fab7a4c2..dafdedb2 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ cd MoneyPrinterTurbo docker-compose up ``` +> 注意:最新版的docker安装时会自动以插件的形式安装docker compose,启动命令调整为docker compose up + #### ② 访问Web界面 打开浏览器,访问 http://0.0.0.0:8501