From 90c98d5b4745965dc0f74fb32cf6b348e6f3bd04 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 16 Dec 2017 16:44:47 +1100 Subject: [PATCH] Update docker image to new repository and Update AriaNg UI to 0.3.0. --- filerun/docker-compose.yml | 2 +- h5ai/docker-compose.yml | 2 +- nextcloud/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/filerun/docker-compose.yml b/filerun/docker-compose.yml index 49be279..d988e5e 100644 --- a/filerun/docker-compose.yml +++ b/filerun/docker-compose.yml @@ -21,7 +21,7 @@ services: - /data:/user-files restart: always aria2: - image: wahyd4/aria2-ariang:caddy-filerun + image: wahyd4/aria2-ui:filerun links: - web:file-manager ports: diff --git a/h5ai/docker-compose.yml b/h5ai/docker-compose.yml index 6e51c4f..719b2c6 100644 --- a/h5ai/docker-compose.yml +++ b/h5ai/docker-compose.yml @@ -7,7 +7,7 @@ services: - /data:/var/www restart: always aria2: - image: wahyd4/aria2-ariang:caddy-h5ai + image: wahyd4/aria2-ui:h5ai ports: - "8000:80" - "443:443" diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index 488de2e..20b4639 100644 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -8,7 +8,7 @@ services: - /data:/user-files restart: always aria2: - image: wahyd4/aria2-ariang:caddy-nextcloud + image: wahyd4/aria2-ui:nextcloud ports: - "8000:80" - "6800:6800"