update
This commit is contained in:
@@ -5,15 +5,12 @@ services:
|
||||
aria2:
|
||||
image: p3terx/aria2-pro
|
||||
container_name: aria2
|
||||
# haven't test. I just keep using individual containers.
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 1m
|
||||
volumes:
|
||||
- $HOME/.config/aria2:/config
|
||||
# Don't really understand differences between attaching with bind-mounting =.=
|
||||
# - $HOME/_downloads:/downloads
|
||||
- /opt/aria2:/config
|
||||
- type: bind
|
||||
source: $HOME/_downloads
|
||||
target: /downloads
|
||||
|
||||
Reference in New Issue
Block a user