fixed:docker工作目录错误bug

This commit is contained in:
hrz
2025-02-13 23:01:53 +08:00
parent fb69e7fc01
commit ccbb1e61df
4 changed files with 73 additions and 18 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ If you can see the `config.yaml` file, you have indeed entered the `project dire
command:
```
docker run -d --name xiaozhi-esp32-server --restart always --security-opt seccomp:unconfined -p 8000:8000 -v $(pwd)/config.yaml:/opt/xiaozhi-es32-server/config.yaml ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
docker run -d --name xiaozhi-esp32-server --restart always --security-opt seccomp:unconfined -p 8000:8000 -v $(pwd)/config.yaml:/opt/xiaozhi-esp32-server/config.yaml ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest
```
If executed for the first time, it may take several minutes, and you have to be patient to wait for it to complete the