dever 2 years ago
parent
commit
441075dd84
3 changed files with 11 additions and 1 deletions
  1. 5 0
      src/docker/build/pan/leanote/Dockerfile
  2. 4 0
      src/docker/conf/pan.conf
  3. 2 1
      src/docker/core.conf

+ 5 - 0
src/docker/build/pan/leanote/Dockerfile

@@ -0,0 +1,5 @@
+FROM axboy/leanote:latest
+#蚂蚁笔记
+#https://github.com/axboy/docker-leanote
+
+MAINTAINER Rabin "https://github.com/shemic"

+ 4 - 0
src/docker/conf/pan.conf

@@ -46,6 +46,10 @@ port = 8002:80,9269:9269/udp
 environment = DOCKER_UID=`id -u`
 volumes = /data/pan/wiz/data:/wiz/storage,/etc/localtime:/etc/localtime
 
+[leanote]
+port = 8003:9000
+volumes = /data/pan/leanote/data:/data/leanote/files
+
 [seafile]
 ;https://cloud.seafile.com/published/seafile-manual-cn/docker/%E7%94%A8Docker%E9%83%A8%E7%BD%B2Seafile.md
 port = 8030:80

+ 2 - 1
src/docker/core.conf

@@ -148,4 +148,5 @@ plex					= pan/plex
 aria2					= pan/aria2
 xunlei					= pan/xunlei
 qbit					= pan/qbit
-wiz						= pan/wiz
+wiz						= pan/wiz
+leanote					= pan/leanote