Comment on how can i self host my music?
Lem453@lemmy.ca 4 weeks agoFor normal docker self hosters the biggest is similar structures across their images.
It config is always /config
Also they run the same user so it helps with file permission issues
Quail4789@lemmy.ml 4 weeks ago
Hmm, never looked at it this way. I might start using their images too. Question about the user: is the root in the docker container same as root of the host? I thought it was root but only in the container. And in terms of volume ownership: if I’m using Docker volumes instead of bind mounts, do I care about that? I haven’t had an issue so far.