sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.49k stars 105 forks source link

Where does everything go and how?? #450

Closed coacharnold1 closed 6 months ago

coacharnold1 commented 6 months ago

This is a silly issue ... but i'm confused I've installed the most recent version of gonic ... I have 2 questions that are not version specific.

1 - where is the bast place to stick the docker-compose file if running from Docker??

2 - If my collection exists in on several hard drives, what is the best syntax in the docker-compose file to direct gonic to multiple folders?

Thanks .... this is a spectacular implementation

Tim

sentriz commented 6 months ago
  1. it's very much up to you. I keep mine in /opt/containers/gonic/compose.yml
  2. have a look at this, maybe it's useful https://github.com/sentriz/gonic/issues/375#issuecomment-1725814503