docker-compose.yml
version: "3.9"
services:
main:
image: b3log/siyuan
command: ['--workspace=/siyuan/workspace', '--accessAuthCode=652511569']
ports:
- 6806:6806
volumes:
- /mnt/nvme0n1-4/docker/volumes/siyuan:/siyuan/workspace
restart: unless-stopped
environment:
- TZ=${TimeZone}
- PUID=1000
- PGID=1000
docker-compose up -d
参考
https://blog.csdn.net/u013564470/article/details/143799184
https://blog.imbhj.com/archives/Ims5hvFf
https://hub.docker.com/r/b3log/siyuan
https://github.com/siyuan-note/siyuan/blob/master/README_zh_CN.md
版权属于:区块链中文技术社区 / 转载原创者
本文链接:https://www.bcskill.com/index.php/archives/2375.html
相关技术文章仅限于相关区块链底层技术研究,禁止用于非法用途,后果自负!本站严格遵守一切相关法律政策!