Specify the araia files download folder with read and write rights in a explict way

This commit is contained in:
2018-07-15 19:34:23 +10:00
parent d18308efe8
commit 9a5bde6660
4 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -39,8 +39,7 @@
|比较类别 | Filerun | Nextcloud | h5ai|
|---- | --- | --- | --- |
|Docker 镜像大小| 226M | 104M | 21M |
|是否轻量级| 轻量级 | 也比较轻量级 | 轻量级 |
|Docker 镜像大小| 200M | 500M | 20M |
|功能| 功能少 | 功能强大 | 功能少 |
|UI| 简洁 | 精美 | 简洁 |
|依赖| 必须要Mysql数据库 | 可以直接使用 内嵌SQLlite,也可以使用其他外置数据库 | 无数据库 |
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- db
image: afian/filerun
volumes:
- /data:/user-files
- /data:/user-files:rw
restart: always
aria2:
image: wahyd4/aria2-ui:filerun
+1 -1
View File
@@ -4,7 +4,7 @@ services:
h5ai:
image: bixidock/h5ai
volumes:
- /data:/var/www
- /data:/var/www:rw
restart: always
aria2:
image: wahyd4/aria2-ui:h5ai
+2 -2
View File
@@ -4,8 +4,8 @@ services:
nextcloud:
image: nextcloud
volumes:
- /data/nextcloud:/var/www/html
- /data:/user-files
- ~/data/nextcloud:/var/www/html:rw
- ~/data:/user-files:rw
restart: always
aria2:
image: wahyd4/aria2-ui:nextcloud