mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-09 05:07:02 +10:00
#38 Solve the Nextcloud cannot delete files owned by external storage by using the official docker image
This commit is contained in:
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user