Aria2-Pro-Docker icon indicating copy to clipboard operation
Aria2-Pro-Docker copied to clipboard

aria2.conf reset when docker is restarted

Open BloodBlight opened this issue 2 years ago • 1 comments

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.

BloodBlight avatar Jul 01 '22 03:07 BloodBlight

It would also be nice if these setting could be done from docker-compose.

BloodBlight avatar Jul 01 '22 03:07 BloodBlight