#38 Solve the Nextcloud cannot delete files owned by external storage by using the official docker image

This commit is contained in:
2018-07-11 22:44:57 +10:00
parent b57db8b0db
commit d18308efe8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -95,8 +95,8 @@ This repository contains several docker-compose files to help you running a Aria
go to the filerun/ h5ai/ nextcloud folder
```bash
docker-compose stop # stop the containers
docker rmi -f <the docker image ID> # delete the wahyd4/aria2-ariang docker image
git pull origin master # pull latest code
docker-compose pull # pull the latest docker images
docker-compose up -d # running the latest docker images
```
+1 -1
View File
@@ -97,8 +97,8 @@
进入 filerun, h5ai 或者 nextcloud 目录
```bash
docker-compose stop # 将 docker 镜像暂时关掉
docker rmi -f < 相关镜像 ID> # 手动删除对应的 wahyd4/aria2-ariang docker 镜像
git pull origin master # 获取最近代码
docker-compose pull # 手动获取最新版镜像
docker-compose up -d # 运行最新版本的镜像
```
+2 -2
View File
@@ -2,9 +2,9 @@ version: '2'
services:
nextcloud:
image: wonderfall/nextcloud
image: nextcloud
volumes:
- /data/nextcloud:/data
- /data/nextcloud:/var/www/html
- /data:/user-files
restart: always
aria2: