Skip to content

kunlunh/leanote-docker

 
 

Repository files navigation

leanote-docker

leanote容器镜像生成

Build (非必须)

docker build --build-arg HTTPS_PROXY=<编译使用的代理服务器> -t zxfishhack/leanote .

Use

运行环境要求:docker、docker-compose

运行步骤:

  1. 修改app.conf中的site.url,将其修改为leanote使用的域名:端口,默认监听启动机器的9001端口,如需变更,则修改docker-compose.yaml中的services.leanote.ports中的9001
  2. git submodule update --init
  3. docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 63.3%
  • Shell 25.6%
  • JavaScript 11.1%