Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Nov 15, 2024
1 parent ddf9dec commit cbc1457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ENV TUNNELURL=http://pi.local:6799
ENV TELEGRAMBOT=Telegram-Bot-Token

# Start NGINX and aria2c, then the Node.js application
CMD sh -c "nginx && aria2c --enable-rpc --rpc-listen-all --rpc-listen-port=6800 --enable-dht --dht-listen-port=6881-6888 --max-concurrent-downloads=12 --seed-time=99 --bt-tracker='udp://tracker.opentrackr.org:1337,udp://opentracker.io:80/announce,udp://opentracker.io:6969/announce,udp://tracker.openbittorrent.com:80,udp://explodie.org:6969,udp://tracker.coppersurfer.tk:6969' & exec node index.js"
CMD sh -c "nginx && aria2c --enable-rpc --rpc-listen-all --rpc-listen-port=6800 --enable-dht --dht-listen-port=6881-6888 --seed-time=99 --bt-tracker='udp://tracker.opentrackr.org:1337,udp://opentracker.io:80/announce,udp://opentracker.io:6969/announce,udp://tracker.openbittorrent.com:80,udp://explodie.org:6969' & exec node index.js"

0 comments on commit cbc1457

Please sign in to comment.