docs: add docker environment mount example for panel usage

This commit is contained in:
xiao 2025-03-11 11:20:00 +08:00
parent 27c791cd9c
commit eb48e043b4

View File

@ -49,8 +49,10 @@ services:
```
## 如果面板需要使用Docker
参考格式 本地docker环境挂载进面板docker使用
```yml
- "/usr/bin/docker:/usr/bin/docker"
- "/run/docker.sock:/run/docker.sock"
```
## 镜像说明
除标注了`9.0_lts`稳定版的标签外,其他镜像均为`9.3.0/9.2.0`正式版