- Update to deluge 2.1.1,

- Rename compose service from peer-2-peer to peer2peer.
This commit is contained in:
2025-05-25 18:19:11 +02:00
parent 0bc4f80a8b
commit d9dd58f620
5 changed files with 16 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ environment=HOME='${DELUGE_HOME}
RUN urpmi.update -a \
&& urpmi.addmedia "Rx3 Testing" "http://mirror.xor.rx3/rx3/distrib/9/x86_64/media/testing" \
&& urpmi --force deluge myip --no-recommends \
&& useradd --home-dir ${DELUGE_HOME} --password "" deluge \
&& mkdir ${DELUGE_SPOOL} \