@nichwall commented on GitHub (May 19, 2025):
What happens if you change your compose from :latest to :2.23.0?
@Dinth commented on GitHub (May 19, 2025):
My problem resolved, i had working_dir set in my compose file and it looks like it has changed recently, the other thread pointed me towards this.
@nichwall commented on GitHub (May 19, 2025):
My problem resolved, i had working_dir set in my compose file and it looks like it has changed recently, the other thread pointed me towards…
@aznkvaj commented on GitHub (May 21, 2025):
I only have 3 binding points. It looks like a write permission issue. If I go into the docker terminal and copy the files over manually it works just…
@pax0707 commented on GitHub (May 18, 2025):
Just had this happen to me.
Recreating the stack fixed it.
@aznkvaj commented on GitHub (May 21, 2025):
I more or less just gave up on trying to fix the issue. I just downloaded the backup from the webui of 2.21.0. Then did a clean install of 2.23.0 with…
@The-Flix commented on GitHub (May 29, 2025):
I more or less just gave up on trying to fix the issue. I just downloaded the backup from the webui of 2.21.0. Then did a clean install of 2.23.0…
@nichwall commented on GitHub (May 19, 2025):
I have destroyed the stack, removed all the images:
root@r720-omv:~# docker image ls
@Dinth commented on GitHub (May 19, 2025):
same thing, ive been deleting container on each attempt
bdc2b38b3323 ghcr.io/advplyr/audiobookshelf:latest "tini -- node…
@nichwall commented on GitHub (May 19, 2025):
I'm not seeing any of those SHA for the last few releases at https://github.com/advplyr/audiobookshelf/pkgs/container/audiobookshelf (but I could be…
@Dinth commented on GitHub (May 19, 2025):
hmmm should the image sha in docker inspect match the image sha on docker hub? Now ive tried ` image: ghcr.io/advplyr/audiobookshelf@sha256:2d8bee3e87…
@Dinth commented on GitHub (May 19, 2025):
hmmm
root@r720-omv:~# docker image ls
@PhantomPhoton commented on GitHub (May 28, 2025):
Can you paste the output from docker inspect ghcr.io/advplyr/audiobookshelf?
@nichwall commented on GitHub (May 19, 2025):
@exonerationem and @progecon you are likely encountering https://github.com/advplyr/audiobookshelf/issues/4292. Please read through the discussion…
@Dinth commented on GitHub (May 18, 2025):
Im experiencing the same issue on Debian running on normal baremetal server, defo nothing to do with Synology. Here is my docker-compose:
services:
…
@AaronNybo commented on GitHub (Jun 1, 2025):
docker inspect ghcr.io/advplyr/audiobookshelf
v2.24.0 appears to have fixed the problem.
@exonerationem commented on GitHub (May 19, 2025):
@nichwall thanks Under Volumes, keep only these binds: /podcasts → host_path/Podcasts /audiobooks → host_path/audiobooks /config → host_path/a…
@nichwall commented on GitHub (May 18, 2025):
Make sure you have fully removed the existing container and image, then pull the image again. It affects more than just Synology, but Synology has…
@mondychan commented on GitHub (May 21, 2025):
@exonerationem can confirm, had a bind of my external folder mounted into container, which caused the issue, I removed the bind, redeployed,…
@Dinth commented on GitHub (May 18, 2025):
I have destroyed the stack, removed all the images:
root@r720-omv:~# docker image ls