Skip to main content

SiYuan

version: "3.9"
services:
  main:
    image: b3log/siyuan
    command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=xxxxx'] # accessAuthCode=password
    user: '1000:1000' # do not change
    ports:
      - 6806:6806
    volumes:
      - /srv/Files/Siyuan/workspace:/siyuan/workspace
    restart: unless-stopped
    environment:
      - TZ=Europe/Paris