Quote:
Originally Posted by pulitux
I don't know exactly how docker works on NAS, but... How are you starting your container? Have you mounted correctly your directories for config and books with the - v parameter (or equivalent if you are using docker-compose, portainer, etc)? Thesserver URL never asked me for config dir, only book's one
|
Thanks for your response!
On QNAP servers, docker runs under their Container Station app, so it's not like running a dockerfile with drive mappings etc.
It requires a one of create for the container and that is the point where the mapping, env variables etc have to be set.
Cheers