dever 2 years ago
parent
commit
d2fb5b9089
3 changed files with 12 additions and 1 deletions
  1. 5 0
      src/docker/build/pan/wiz/Dockerfile
  2. 5 0
      src/docker/conf/pan.conf
  3. 2 1
      src/docker/core.conf

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

@@ -0,0 +1,5 @@
+FROM wiznote/wizserver:latest
+#为知笔记
+#https://www.wiz.cn/zh-cn/docker
+
+MAINTAINER Rabin "https://github.com/shemic"

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

@@ -41,6 +41,11 @@ port = 8000:8080
 environment = DOCKER_UID=`id -u`
 volumes = /data/pan/qbit/down:/torrents
 
+[wiz]
+port = 8002:80,9269:9269/udp
+environment = DOCKER_UID=`id -u`
+volumes = /data/pan/wiz/data:/wiz/storage,/etc/localtime:/etc/localtime
+
 [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

@@ -147,4 +147,5 @@ seafile					= pan/seafile
 plex					= pan/plex
 aria2					= pan/aria2
 xunlei					= pan/xunlei
-qbit					= pan/qbit
+qbit					= pan/qbit
+wiz						= pan/wiz