mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-09 05:07:02 +10:00
#46 Update filerun docker-compose to version 3 format
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user