Skip to content

CorrectRoadH/docker-logseq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why the Project

Deploy Logseq in any headless server, like aws、aliyun、tencent、huawei and so on. now we can have a stable api http server to call logseq.

Usage

docker run -d \
  --privileged \
  -p 3000:3000 \  
  -p 12315:12315 \
  -v config:/config \
  -v notes:/notes \
  --name logseq \
  correctroad/logseq:v0.10.9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors