Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
easychen committed May 22, 2022
1 parent 7134ae9 commit cc3ca97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
```bash
docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -p 8088:80 -v $PWD:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest
```
特别提醒:`/data`挂载的目录需要写权限
* 特别提醒:`/data`挂载的目录需要写权限
* 特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像


## 什么是「Check酱」
Expand Down
Binary file renamed ckc.20220523003416.zip → ckc.20220523004249.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ <h2>TLDR版</h2>
<li>自架版云端 Docker 命令(<code class="notranslate">API Key</code><code class="notranslate">YouRAPiK1</code>):</li>
</ul>
<div class="highlight highlight-source-shell"><pre>docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -p 8088:80 -v <span class="pl-smi">$PWD</span>:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest</pre></div>
<p>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</p>
<ul>
<li>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像</li>
</ul>
<h2>什么是「Check酱」</h2>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521132637.png"><img src="image/20220521132637.png" alt="" style="max-width: 100%;"></a></p>
<p>Check酱是方糖气球出品的网页内容监测工具,它包含一个Edge/Chrome<strong>浏览器插件</strong>和可以自行架设的<strong>云端</strong></p>
Expand Down
5 changes: 4 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ <h2>TLDR版</h2>
<li>自架版云端 Docker 命令(<code class="notranslate">API Key</code><code class="notranslate">YouRAPiK1</code>):</li>
</ul>
<div class="highlight highlight-source-shell"><pre>docker run -e API_KEY=YouRAPiK1 -e TZ=Asia/Chongqing -p 8088:80 -v <span class="pl-smi">$PWD</span>:/data -d ccr.ccs.tencentyun.com/ftqq/checkchan:latest</pre></div>
<p>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</p>
<ul>
<li>特别提醒:<code class="notranslate">/data</code>挂载的目录需要写权限</li>
<li>特别提醒2:此镜像为x86架构,暂时未提供arm架构镜像</li>
</ul>
<h2>什么是「Check酱」</h2>
<p><a target="_blank" rel="noopener noreferrer" href="image/20220521132637.png"><img src="image/20220521132637.png" alt="" style="max-width: 100%;"></a></p>
<p>Check酱是方糖气球出品的网页内容监测工具,它包含一个Edge/Chrome<strong>浏览器插件</strong>和可以自行架设的<strong>云端</strong></p>
Expand Down

0 comments on commit cc3ca97

Please sign in to comment.