diff --git a/README.en.md b/README.en.md index 72a4501..1be44b8 100644 --- a/README.en.md +++ b/README.en.md @@ -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 # 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 ``` diff --git a/README.md b/README.md index e509fe3..4739425 100644 --- a/README.md +++ b/README.md @@ -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 # 运行最新版本的镜像 ``` diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index f500062..20a512c 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -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: