请问思源 3.0.10 版本之后是有什么变化了吗?之前用 docker-compose 可以安装思源笔记,现在不行了。
有高人知道是怎么回事儿吗?
version: '3'
services:
siyuan:
image: b3log/siyuan:latest
container_name: b3log-siyuan
restart: always
volumes:
- /volume1/docker/siyuan:/home/siyuan
ports: - "6806:6806"
command: [--accessAuthCode=888888]