commit 83bbe2a996b89f17bbe165c203360885a43289cb Author: 8ga Date: Mon Oct 27 19:40:42 2025 +0800 添加 安装DPanel.md diff --git a/安装DPanel.md b/安装DPanel.md new file mode 100644 index 0000000..fd7433c --- /dev/null +++ b/安装DPanel.md @@ -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 +``` \ No newline at end of file