This commit is contained in:
V-LiuShuang
2026-08-14 13:52:09 +08:00
commit 609e3bf66e
29 changed files with 3793 additions and 0 deletions
+11
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
```