2024-09-15, 03:26 PM
(This post was last modified: 2024-09-15, 04:17 PM by TheDreadPirate. Edited 2 times in total.)
I have WD Cloud ex2 and docker installed on NAS. Here is my container setup inside docker:
Name: Jellyfin
Image: jellyfin/jellyfin
Manual network port: host 8096 container 8096
Volume mapping:
container: /config host: /z/jelly/config
container: /cache host: /z/jelly/cache
container: /media host: /z/jelly/media
(I dont know if this container and host are correct since im using windows 11 / ryzen 7 5700x / rx 6600 XT and the WD NAS is mapped as "Z:/" )
restart policy: unless stopped
Once I deploy the container, the message in the log is: /jellyfin/jellyfin: error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page-aligned
/jellyfin/jellyfin: error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page-aligned
I dont know what's wrong with my setup. Im new with jellyfin and I cant find any solution for this.
Name: Jellyfin
Image: jellyfin/jellyfin
Manual network port: host 8096 container 8096
Volume mapping:
container: /config host: /z/jelly/config
container: /cache host: /z/jelly/cache
container: /media host: /z/jelly/media
(I dont know if this container and host are correct since im using windows 11 / ryzen 7 5700x / rx 6600 XT and the WD NAS is mapped as "Z:/" )
restart policy: unless stopped
Once I deploy the container, the message in the log is: /jellyfin/jellyfin: error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page-aligned
/jellyfin/jellyfin: error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page-aligned
I dont know what's wrong with my setup. Im new with jellyfin and I cant find any solution for this.