Aria2-Pro-Docker
Aria2-Pro-Docker copied to clipboard
aria2.conf reset when docker is restarted
See command log:
# cat /DockerVolumes/Aria2/aria2.conf | grep -i Downloads
dir=/downloads
max-concurrent-downloads=5
# nano /DockerVolumes/Aria2/aria2.conf
# cat /DockerVolumes/Aria2/aria2.conf | grep -i Downloads
dir=/data/Downloads
max-concurrent-downloads=5
# docker restart Aria2
Aria2
# cat /DockerVolumes/Aria2/aria2.conf | grep -i Downloads
dir=/downloads
max-concurrent-downloads=5
The settings from file are reset every time the docker is restarted or re-deployed.
Also, setting changed in AriaNG are not saved to the config file.
It would also be nice if these setting could be done from docker-compose.