当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 53

iceneet / pipe
暂停

forked from 封狼居胥 / pipe
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-restart.sh 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
88250 提交于 2019-03-28 12:04 . :whale:#221
#!/bin/bash
#
# Pipe docker 更新重启脚本
#
# 1. 请注意修改参数
# 2. 可将该脚本加入 crontab,每日凌晨运行来实现自动更新
#
docker pull b3log/pipe
docker stop pipe
docker rm pipe
docker run --detach --name pipe --network=host \
b3log/pipe --mysql="root:123456@(127.0.0.1:3306)/pipe?charset=utf8mb4&parseTime=True&loc=Local" --runtime_mode=prod --server=http://localhost:5897
Go
1
https://gitee.com/iceneet/pipe.git
git@gitee.com:iceneet/pipe.git
iceneet
pipe
pipe
master

搜索帮助