我在 GitHub 上和思源官网搜了下都没有,另外从搜索引擎搜的话,都是一些比较旧的版本
请问有 V1.2 的 docker 部署教程吗?
相关帖子
-
-
你好,我昨天用 docker 跑起来后,一直显示为这个页面,直到刚刚还是这样,且
docker logs
里的也没有输出异常信息,能帮忙看看是什么情况吗?页面截图(当前 URL 为:
http://note.lab.cn/stage/build/desktop/
):docker logs
输出的信息:note | I 2021/07/20 22:00:41 working.go:93: note | ____ _ __ __ note | / ___| (_) \ \ / / _ _ __ _ _ __ note | \___ \ | | \ V / | | | | / _` | | '_ \ note | ___) | | | | | | |_| | | (_| | | | | | note | |____/ |_| |_| \__,_| \__,_| |_| |_| note | I 2021/07/20 22:00:41 working.go:94: kernel is booting: note | * ver [1.2.1] note | * runtime mode [prod] note | * workspace directory [/root/Documents/SiYuan] note | * working directory [/opt/siyuan] note | * temp directory [/tmp/siyuan] note | * system temp directory [/tmp/siyuan] note | * rsync directory [/opt/siyuan/rsync] note | * read only [false] note | * container [docker] note | * resident [true] note | * arch [amd64] note | D 2021/07/20 22:00:41 conf.go:106: check device locale failed [detect: not detected], using default language [en_US] note | I 2021/07/20 22:00:42 conf.go:238: local serve path [http://127.0.0.1:6806] note | I 2021/07/20 22:00:42 database.go:97: reinitialized database [/tmp/siyuan/siyuan.db] note | I 2021/07/20 22:00:42 working.go:119: kernel booted note | I 2021/07/20 22:00:42 serve.go:51: kernel HTTP server is booting [http://0.0.0.0:6806]
我部署的
docker-compose
脚本:version: '3.7' networks: traefik: external: true services: note: image: b3log/siyuan:latest restart: always container_name: note ports: - "6806" networks: - traefik volumes: # sync the time - "/etc/localtime:/etc/localtime:ro" - "./workspace:/root/Documents/SiYuan"
1 回复 -
command: "/opt/siyuan/kernel --servePath='note.lab.cn:80'"
我是这样加到 docker-compose.yml 里的,而且这个
--servePath
的值我试了http://note.lab.cn
、note.lab.cn
和上面的这种表达方式,但还是没变化,是我用的不对吗?1 回复 -
-
alexcdever •订阅者 作者
再请教一下,我昨晚在内网部署成功了,但是我曝露到公网时就还是不行,我在浏览器按 F12 看了下请求,发现是有个
http://a.b.cn:6806/stage/protyle/js/lute/lute.min.js?v=1.2.1
请求被禁止了。但是我单独把这个请求拎出来粘贴到浏览器上却又可以请求成功,但是会自动跳转成 https 请求,查了下资料发现 https 页面请求 http 资源的话,浏览器是会默认 block 掉的,因为我曝露在公网的服务都是 https,然后 frp 转发请求到内网,所以感觉像是这个原因。 -
-
alexcdever •订阅者 作者
很尴尬,刚刚见到邮件通知有新版本更新,然后执行执行了
docker-compose pull && docker-compose up
来更新新版本,然后现在就访问不了, 会报 502……(说句题外话,不知道是不是 CDN 的原因,我在 NAS 上的 docker 镜像删掉重下都是 1.2.3 的,但我笔记本的却一直是 1.2.1)对了,我上次部署成功的是 1.2.1 版本,然后这次直接 pull 的是 1.2.3,不知道访问失败会不会跟跨版本升级有关……
日志里显示的版本已经是 v1.2.3 的了:
note | I 2021/07/29 01:03:26 working.go:96: note | ____ _ __ __ note | / ___| (_) \ \ / / _ _ __ _ _ __ note | \___ \ | | \ V / | | | | / _` | | '_ \ note | ___) | | | | | | |_| | | (_| | | | | | note | |____/ |_| |_| \__,_| \__,_| |_| |_| note | I 2021/07/29 01:03:26 working.go:97: kernel is booting: note | * ver [1.2.3] note | * runtime mode [prod] note | * workspace directory [/root/Documents/SiYuan] note | * working directory [/opt/siyuan] note | * rsync directory [/root/Documents/SiYuan/temp/rsync] note | * read only [false] note | * container [docker] note | * resident [true] note | * arch [amd64] note | I 2021/07/29 01:03:26 conf.go:221: local serve path [https://note.alexc.cn] note | I 2021/07/29 01:03:26 database.go:121: initialized database tables note | I 2021/07/29 01:03:26 database.go:81: reinitialized database [/root/Documents/SiYuan/temp/siyuan.db] note | I 2021/07/29 01:03:26 box.go:542: rebuilding database of box [知识网络] note | I 2021/07/29 01:03:26 box.go:546: rebuilt database of box [知识网络] note | I 2021/07/29 01:03:26 box.go:542: rebuilding database of box [思源笔记] note | I 2021/07/29 01:03:26 serve.go:66: kernel HTTP server is booting [http://127.0.0.1:6806] note | I 2021/07/29 01:03:27 box.go:546: rebuilt database of box [思源笔记] note | I 2021/07/29 01:03:27 working.go:120: kernel booted
-
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于