--- title: siyuan date: 2024-11-16T09:46:17+08:00 lastmod: 2024-11-16T09:46:31+08:00 --- # siyuan ```yaml services: main: image: b3log/siyuan command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=19841122Cy!'] ports: - 6806:6806 volumes: - /mnt/mydata/siyuan/workspace:/siyuan/workspace restart: unless-stopped environment: - TZ=Asia/Shanghai ```