SOLVED: Docker container unable to bind /jellyfin/jellyfin-web - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Docker container unable to bind /jellyfin/jellyfin-web (/t-solved-docker-container-unable-to-bind-jellyfin-jellyfin-web) |
Docker container unable to bind /jellyfin/jellyfin-web - Bollo123view - 2024-05-13 Hi, i seem unable to start my container when i try and bind /jellyfin/jellyfin-web to /v1/dockerdata/jftest/config/web [ERR] [1] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /jellyfin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings This is a test container as my main is still sitting on 10.8 My main container has this bound and working OK. Thanks ** Fixed by running docker system prune -a and restarting the machine ** RE: Docker container unable to bind /jellyfin/jellyfin-web - TheDreadPirate - 2024-05-13 Why are you trying to find a separate jellyfin-web and not the one it is bundled with? But to answer you question, does the container have permission to read that directory? RE: Docker container unable to bind /jellyfin/jellyfin-web - Bollo123view - 2024-05-13 I like to change the favicon and logos etc, I previously did this by binding /jellyfin/jellyfin-web locally and changed the files. Container has correct permissions, I might be reading it wrong, but doesn't it mean it can't find the /jellyfin/jellyfin-web folder and or it's empty? ive connected to the container when i dont try and bind it and it shows up. thanks |