linuxserver / docker-daapd

GNU General Public License v3.0
107 stars 36 forks source link

Added multiple instance capability #2

Closed mike-seger closed 8 years ago

mike-seger commented 8 years ago

To create multiple instances of forked-daapd on a single host, a few additional -e parameters have been added.

You may want to check out an example use at: https://github.com/mike-seger/docker-daapd/tree/master/utils/multidaapd.sh.

Having multiple instances allows e.g. multiple users on the same network to have their own libraries. Another benefit from multiple instances is being able to output more than one stream from the same library in different rooms.

sparklyballs commented 8 years ago

i'm going to decline the pull request. if you're looking for this capability, forking and building for yourself i think is the way forward. if we get any requests for this down the line, we can always re-review the pull request.