添加 安装DPanel.md

This commit is contained in:
8ga 2025-10-27 19:40:42 +08:00
commit 83bbe2a996

11
安装DPanel.md Normal file
View File

@ -0,0 +1,11 @@
```
docker run \
-d \
-p 端口号:8080 \
-e APP_NAME=dpanel \
--name dpanel \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v 替换成DPanel的存储目录:/dpanel \
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite
```