#46 Update filerun docker-compose to version 3 format

This commit is contained in:
2018-10-03 17:02:47 +10:00
parent e7241b1b9a
commit 9fd2d2d08c
+3 -3
View File
@@ -18,7 +18,7 @@ services:
- db - db
image: afian/filerun image: afian/filerun
volumes: volumes:
- /data:/user-files:rw - ./data:/user-files:rw
restart: always restart: always
aria2: aria2:
image: wahyd4/aria2-ui:filerun image: wahyd4/aria2-ui:filerun
@@ -38,7 +38,7 @@ services:
# volumes: # volumes:
# - /some_folder:/root/conf/key # - /some_folder:/root/conf/key
# - ~/test/aria2.conf:/root/conf/aria2.conf # - ~/test/aria2.conf:/root/conf/aria2.conf
volumes_from: volumes:
- web - ./data:/user-files:rw
restart: always restart: always