Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
netcccyun committed Jun 8, 2024
1 parent 1c504f3 commit 949b527
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ location / {
</IfModule>
```

### Docker部署方法

首先需要安装Docker,然后执行以下命令拉取镜像并启动(启动后监听8081端口):

```
docker run --name dnsmgr -dit -p 8081:80 -v /var/dnsmgr:/app/www netcccyun/dnsmgr
```

访问并安装好后如果容灾切换未自动启动,重启容器即可:

```
docker restart dnsmgr
```

### 版权信息

版权所有Copyright © 2023~2024 by 消失的彩虹海(https://blog.cccyun.cn)
Expand Down

0 comments on commit 949b527

Please sign in to comment.