leanote
容器镜像生成
- curl -sL -o http://sourceforge.net/projects/leanote-bin/files/2.6.1/leanote-linux-amd64-v2.6.1.bin.tar.gz/download
- docker build -t zxfishhack/leanote:2.6.1 .
运行环境要求:docker、docker-compose
运行步骤:
- 修改
app.conf
中的site.url
,将其修改为leanote使用的域名:端口,默认监听启动机器的9001端口,如需变更,则修改docker-compose.yaml
中的services.leanote.ports
中的9001 - 将leanote仓库的
mongodb_backup/leanote_install_data
目录拷贝到当前目录 - docker-compose up -d