P3TERX / Aria2-Pro-Docker

Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
https://hub.docker.com/r/p3terx/aria2-pro
MIT License
3.19k stars 375 forks source link

LISTEN_PORT setting not configured by env variable shouldn't be forced #168

Open Robonau opened 1 month ago

Robonau commented 1 month ago

for instance i would like to be able to change the listen port setting via the jsonrpc api but how it is currently setup i cant. even if LISTEN_PORT is unset it uses the default value of 6888. if i send the jsonrpc to change the listen port setting to say 6889 it will respond with success but not actually change it.