Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Jan 3, 2025
1 parent e0afde2 commit 7883032
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/zh-cn/install/dind.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,8 @@ services:
environment:
DOCKER_HOST: tcp://docker:2375
APP_NAME: dpanel # 请保持此名称与 container_name 一致
INSTALL_USERNAME: admin
INSTALL_PASSWORD: admin
depends_on:
- docker
dpanel-plugin-explorer: # 该镜像为 dpanel 的文件浏览器,隔离特权
image: alpine:latest
container_name: dpanel-plugin-explorer
restart: unless-stopped
privileged: true
pid: host
command: ["sh", "-c", "tail -f /dev/null"]
docker:
image: docker:dind
environment:
Expand Down

0 comments on commit 7883032

Please sign in to comment.