Last active
July 26, 2017 06:38
-
-
Save RoyXiang/9b74d448c9e65d65cfb5f5876b5eb466 to your computer and use it in GitHub Desktop.
Revisions
-
RoyXiang revised this gist
Jul 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ efb: image: royx/docker-efb:v1.6.4 container_name: ehforwarderbot volumes: - ./config.py:/opt/ehForwarderBot/config.py -
RoyXiang revised this gist
Apr 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ## 使用说明 1. [安装好 `docker-compose`](https://docs.docker.com/compose/install/) 2. 把 `docker-compose.yml` 文件和 `config.py` 以及 `tgdata.db` 放在同一个文件夹 3. 在该目录下执行 `docker-compose up -d` 4. 通过 `docker-compose logs -f` 可以查看日志里输出的二维码之类的信息(`CTRL + C` 退出) -
RoyXiang revised this gist
Apr 8, 2017 . 2 changed files with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ## 使用说明 1. 安装好 `docker-compose` 2. 把 `docker-compose.yml` 文件和 `config.py` 以及 `tgdata.db` 放在同一个文件夹 3. 在该目录下执行 `docker-compose up -d` 4. 通过 `docker-compose logs -f` 可以查看日志里输出的二维码之类的信息(`CTRL + C` 退出) 5. 更新的话修改 `docker-compose.yml` 文件里第二行的版本号为新的版本号重新执行 `docker-compose up -d` 即可 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ efb: image: royx/docker-efb:v1.6.1_itchat_v1.3.5 container_name: ehforwarderbot volumes: - ./config.py:/opt/ehForwarderBot/config.py -
RoyXiang created this gist
Mar 23, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ efb: image: royx/docker-efb:v1.6.0 container_name: ehforwarderbot volumes: - ./config.py:/opt/ehForwarderBot/config.py - ./tgdata.db:/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db