From 9fd2d2d08c3b47f0ad4949f49792d73ca3723f78 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Wed, 3 Oct 2018 17:02:47 +1000 Subject: [PATCH] #46 Update filerun docker-compose to version 3 format --- filerun/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filerun/docker-compose.yml b/filerun/docker-compose.yml index 7c7aade..c80d558 100644 --- a/filerun/docker-compose.yml +++ b/filerun/docker-compose.yml @@ -18,7 +18,7 @@ services: - db image: afian/filerun volumes: - - /data:/user-files:rw + - ./data:/user-files:rw restart: always aria2: image: wahyd4/aria2-ui:filerun @@ -38,7 +38,7 @@ services: # volumes: # - /some_folder:/root/conf/key # - ~/test/aria2.conf:/root/conf/aria2.conf - volumes_from: - - web + volumes: + - ./data:/user-files:rw restart: always