Skip to content

Commit

Permalink
Update to osixia/light-baseimage 1.3.3
Browse files Browse the repository at this point in the history
Update to MLDonkey 3.1.6
Delete at boot "*.ini.tmp" files to ensure proper Core start
  • Loading branch information
logicwar committed Jun 13, 2021
1 parent 4131d97 commit 922f745
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osixia/light-baseimage:1.1.1
FROM osixia/light-baseimage:1.3.3

#########################################
## SET LABELS ##
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Docker Container for MLDonkey][hub]

This is a Docker image based on osixia/light-baseimage for running MLDonkey 3.1.5.
This is a Docker image based on osixia/light-baseimage for running MLDonkey 3.1.6.

MLDonkey is an open source, multi-protocol, peer-to-peer file sharing application that runs as a back-end server application on many platforms. It can be controlled through a user interface provided by one of many separate front-ends, including a Web interface, telnet interface and over a dozen native client programs. [Wikipedia][MLDonkey_wikipedia]

Expand Down Expand Up @@ -101,4 +101,5 @@ By default only eDonkey is enabled. To enable the other networks go to `Options-


## Versions
+ **V0.2** Updated to to osixia/light-baseimage 1.3.3 and MLDonkey 3.1.6 , delete at boot "*.ini.tmp" files to ensure proper Core start
+ **V0.1** Initial Release 3.1.5
4 changes: 4 additions & 0 deletions service/mldonkey/process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
## RUN THE SERVICES ##
#########################################

#Delete any *.ini.tmp files which may prevent mldonkey to start
cd /var/lib/mldonkey
rm -f *.ini.tmp

#Launch mldonkey
exec mldonkey

0 comments on commit 922f745

Please sign in to comment.