Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Nov 13, 2024
1 parent a2b3d1b commit 9502596
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/buble.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/light.css">
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<style type="text/css">
section.cover ul {
Expand Down Expand Up @@ -40,6 +41,10 @@
auto2top: true,
coverpage: true,
onlyCover: true,
toc: {
tocMaxLevel: 5,
target: "h2, h3, h4, h5, h6",
},
plugins: [
EditOnGithubPlugin.create(
"https://github.com/donknap/dpanel-docs/tree/master/docs/"
Expand All @@ -50,6 +55,8 @@
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="//unpkg.com/[email protected]/dist/docsify-plugin-toc.min.js"></script>

</body>

</html>
2 changes: 2 additions & 0 deletions docs/zh-cn/install/compose.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 通过 compose 方式创建

#### 普通版

!> 阿里云镜像 \
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest \
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite
Expand Down
9 changes: 7 additions & 2 deletions docs/zh-cn/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:latest \
registry.cn-hangzhou.aliyuncs.com/dpanel/dpanel:lite


##### 创建容器
#### 创建容器


!> DPanel 面板为了隔离权限,在使用文件管理功能时需要使用 dpanel-plugin-explorer 容器。此插件容器并不暴露任何端口,你也可以随时删除。\
Expand Down Expand Up @@ -61,7 +61,7 @@ docker run -it -d --name dpanel --restart=always \

##### 配置面板管理员用户名密码

创建完成面板容器后,首次进入需要先配置管理员用户和密码。如果你忘记密码可以使用[重置用户名密码](/zh-cn/install/ctrl?id=重置管理员用户)
创建完成面板容器后,首次进入需要先配置管理员用户和密码。如果你忘记密码可以使用 [重置用户名密码](/zh-cn/install/ctrl?id=重置管理员用户)


##### 通过 tcp 连接 docker
Expand Down Expand Up @@ -91,6 +91,11 @@ docker run -it -d --name my-dpanel --restart=always \
-v dpanel:/dpanel -e APP_NAME=my-dpanel dpanel/dpanel:latest
```

##### 更新面板

> 如果重新安装面板时发现无法配置管理员用户密码,请更换挂载目录地址或是删除之前的挂载目录数据
更新面板等价于保留挂载目录或是挂载存储卷,重建面板容器。[升级面板](/zh-cn/manual/container/update)

#### 访问地址

Expand Down

0 comments on commit 9502596

Please sign in to comment.