From 267cf8142567868857c084fa6f440ebab499dd42 Mon Sep 17 00:00:00 2001 From: chaoszhu <44160914+chaos-zhu@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=B9=E5=99=A8=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E9=87=8D=E5=90=AF=E6=8C=87=E4=BB=A4?= 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 f7480a6..a7b1248 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ linux 命令如果为 python3 请自行替换 3. 创建容器 ```bash - docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python:/app/data -d ikun0014/lx-music-api-server-python:latest + docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python:/app/data --restart always -d ikun0014/lx-music-api-server-python:latest ``` ## 📖返回码说明