Nathan JANCZEWSKI

Results 35 comments of Nathan JANCZEWSKI

sqlx is not an ORM, if that's what you're looking for, you should take a look at gorm or other libs like that.

This has nothing to do with MediaCMS, this is the default behaviour of Docker and it is not possible to fix this as Docker itself do stuff with iptables. You...

> > ` - /storage/Music:/music` > > Have you tried using the **full** path to the Music folder? What do you mean? It seems like its the full path here?

I had a really bad time trying to set it up myself for some reason. OP need to try setting up the mountpoints like this: https://github.com/koel/docker/issues/189#issuecomment-2289956044 For some reason that's...

No, I set up the volumes outside of the service section with `o:bind` and `type: none` and it did fix my permissions issue. No clue exactly why that is as...