思源笔记
services:
siyuan:
image: b3log/siyuan:latest
container_name: siyuan
restart: unless-stopped
ports:
- 36806:6806
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=youpassword']
volumes:
- /mnt/siyuan/data:/siyuan/workspace
environment:
- TZ='Asia/Shanghai'
- PUID=1000
- PGID=1000
说明:一个周更的笔记应用。
第三方镜像地址: