diff --git a/entrypoint.sh b/entrypoint.sh index b476f30..cc3e8b5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,6 +9,7 @@ su-exec $UID aria2c \ --bt-save-metadata \ --bt-load-saved-metadata \ --force-save \ + --listen-port=6881-6889 \ --summary-interval=0 \ --seed-ratio=0 \ --dir /data/ \