Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
King-stark authored Dec 30, 2021
1 parent 79657c5 commit 1aed0d4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ bash <(curl -sL https://git.io/JP7D5)

<details>
<summary><code><strong>「 点击展开 查看内容 」</strong></code></summary>

***
```markdown
1 拉镜像
```
sudo docker pull clearloves/nvjdc:1.1 --(输入选择想要的 tag 仅限1.1及以下,推荐使用一键脚本安装最终版本 1.1 )

```
2 部署容器

```
sudo docker run -dit \
-v $PWD/nvjdc/Config:/app/Config \
-v $PWD/nvjdc/.local-chromium:/app/.local-chromium \
Expand All @@ -67,17 +66,21 @@ sudo docker run -dit \
--hostname nvjdc \
--restart always \
clearloves/nvjdc:1.1

```
3、下载config.json 配置文件 并且修改为自己的参数 不能缺少
```
cd ~/nvjdc/Config

```
国外服务器
```bash
wget -O Config.json https://raw.githubusercontent.com/King-stark/NvJDCloud/doc/Config.json

```
国内请使用
```shell
wget -O Config.json https://ghproxy.com/https://raw.githubusercontent.com/King-stark/NvJDCloud/doc/Config.json

```
3 查看 日志
```
docker restart nvjdc
docker logs -f nvjdc
Expand Down

0 comments on commit 1aed0d4

Please sign in to comment.