docker-leanote
docker-leanote copied to clipboard
Docker run leanote.
数据库备份,在恢复后,笔记没有内容,其他数据都在,就没有内容 请求地址: `getNoteContent?noteId=628390cedse0bd1e13000003` 请求响应: `{"NoteId":"","UserId":"","IsBlog":false,"Content":"","Abstract":"","CreatedTime":"0001-01-01T00:00:00Z","UpdatedTime":"0001-01-01T00:00:00Z","UpdatedUserId":""}` 求指导.
## nodb版本的docker镜像无法正常启动 ### 重现方式 ```shell leanote_test > mkdir conf files upload leanote_test > cat docker-compose.yaml version: "3" services: nginx: container_name: leanote_test image: axboy/leanote:nodb restart: always ports: - 12348:9000 volumes: -...
今天突然发现这个镜像的私有云笔记的普通笔记无法实现大纲跳转,而md 可以直接跳转目录对应位置。大佬,有时间看下。