-
I am using Audiobookshelf v2.17.2 with the Docker installation. I noticed an issue with author images:
Expected Behavior: Actual Behavior: Steps to Reproduce:
Environment:
If more details or logs are required, let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Do you have the |
Beta Was this translation helpful? Give feedback.
-
version: '3.8'services: |
Beta Was this translation helpful? Give feedback.
You just need to add a
/metadata
mount to your volumes section, such as below:I'm not sure what the
ABS_MEDIA_ROOT
is that you have, that is not used by the docker container.