Docker airdcpp-webclient dockerfile

  • This is the dockerfile I've been using to run airdcpp-webclient:


    And this is a sample run command that you can customize according to your needs:

    Code
    docker run -d -p 5051:5051 -p 5052:5052/udp -p 5053:5053 -p 5600:5600 \
    	-v /tank/Incoming:/Incoming -v /tank/Music:/Music -v /tank/SeriousMusic:/SeriousMusic \
    	-v /root/.airdc++:/root/.airdc++ --restart=unless-stopped --name airdc airdcpp-webclient

    ***
    (You need to edit a config file to set the admin username and passwd (same thing aircppd --configure does))
    (Don't have access to my installation right now, will update the post soon with filenames and more specific info etc)
    (Sorry the first post was incomplete)
    ***

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!